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