heartcombo--simple_form/lib/simple_form
Ulisses Herrera Freire de Almeida 862fab5681 Support additional attributes to custom wrapper tag.
We are using the html option on wrapper because the wrapper has some
options that are not related to html attributes.

Now you can for example:

```ruby
config.wrappers do |b|
  b.wrapper :tag => :td, :class => :some_class, :html => { :additional_html_attribute => :value }
end
```

Thanks @remofritzsche @rafaelfranca @bellthoven
2014-03-11 20:27:10 -03:00
..
action_view_extensions Merge pull request #773 from dfens/master 2013-05-09 09:12:24 -07:00
components Make sure error_prefix option is escaped if it is not safe 2013-11-29 13:35:24 -02:00
helpers Check by the validation kind method instead of the full constant 2012-10-03 00:05:47 -03:00
inputs Merge branch 'kb-ek-change-wraper-collection' 2014-01-06 16:20:16 -02:00
wrappers Support additional attributes to custom wrapper tag. 2014-03-11 20:27:10 -03:00
components.rb Use 1.9 hash style on code and docs. 2013-01-28 19:02:59 -02:00
error_notification.rb Use 1.9 hash style on code and docs. 2013-01-28 19:02:59 -02:00
form_builder.rb Merge pull request #941 from plataformatec/ek-doc-boolean-style 2013-12-10 12:39:45 -08:00
helpers.rb Use 1.9 hash style on code and docs. 2013-01-28 19:02:59 -02:00
i18n_cache.rb Temporary refactoring. 2010-01-09 14:34:52 +01:00
inputs.rb Using the new eager load API from Rails 4 2013-01-02 13:14:40 -03:00
map_type.rb Fixed bug in MapType module when subclassing FormBuilder. 2011-04-06 08:37:14 +08:00
railtie.rb Using the new eager load API from Rails 4 2013-01-02 13:14:40 -03:00
tags.rb Merge branch 'master' into kb-ek-change-wraper-collection 2013-12-09 11:11:42 -02:00
version.rb Release 3.0.1 2013-11-29 13:45:04 -02:00
wrappers.rb Use 1.9 hash style on code and docs. 2013-01-28 19:02:59 -02:00