Sha256: 36efe4fbb9871c1be1467d08cb6bca9f0f57f74d45dc4655b5954fff7dc68987

Contents?: true

Size: 702 Bytes

Versions: 24

Compression:

Stored size: 702 Bytes

Contents

= simple_form_for Effective::StyleGuide.new(), :url => '/' do |f|
  = f.input :files,
    :as => :asset_box,
    :hint => 'default display (same as attachment_style: :thumbnail)'

  = f.input :files,
    :as => :asset_box,
    :attachment_style => :table,
    :hint => 'display as table (attachment_style: :table)'

  = f.input :files,
    :as => :asset_box,
    :attachment_style => :list,
    :hint => 'display as list (attachment_style: :list)'

  = f.input :files,
    :as => :asset_box,
    :dialog => true,
    :hint => 'with attachment dialog (dialog: true)'

  = f.input :files,
    :as => :asset_box,
    :uploader_drop_files => true,
    :hint => 'with drop zone (uploader_drop_files: true)'

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
effective_assets-1.9.14 app/views/effective/style_guide/_effective_assets.html.haml
effective_assets-1.9.13 app/views/effective/style_guide/_effective_assets.html.haml
effective_assets-1.9.12 app/views/effective/style_guide/_effective_assets.html.haml
effective_assets-1.9.11 app/views/effective/style_guide/_effective_assets.html.haml
effective_assets-1.9.10 app/views/effective/style_guide/_effective_assets.html.haml
effective_assets-1.9.9 app/views/effective/style_guide/_effective_assets.html.haml
effective_assets-1.9.8 app/views/effective/style_guide/_effective_assets.html.haml
effective_assets-1.9.7 app/views/effective/style_guide/_effective_assets.html.haml
effective_assets-1.9.6 app/views/effective/style_guide/_effective_assets.html.haml
effective_assets-1.9.5 app/views/effective/style_guide/_effective_assets.html.haml
effective_assets-1.9.4 app/views/effective/style_guide/_effective_assets.html.haml
effective_assets-1.9.3 app/views/effective/style_guide/_effective_assets.html.haml
effective_assets-1.9.2 app/views/effective/style_guide/_effective_assets.html.haml
effective_assets-1.9.1 app/views/effective/style_guide/_effective_assets.html.haml
effective_assets-1.9.0 app/views/effective/style_guide/_effective_assets.html.haml
effective_assets-1.8.0 app/views/effective/style_guide/_effective_assets.html.haml
effective_assets-1.7.7 app/views/effective/style_guide/_effective_assets.html.haml
effective_assets-1.7.6 app/views/effective/style_guide/_effective_assets.html.haml
effective_assets-1.7.5 app/views/effective/style_guide/_effective_assets.html.haml
effective_assets-1.7.4 app/views/effective/style_guide/_effective_assets.html.haml