Form Helper CSS plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://dev.diarrhea.ch/svn/rails_plugins/trunk/form_helper_css/
The following elements are enhanced:
* < input> tags get their type as class name
* submit and reset buttons additionally get the class name _button_
* password fields additionally get the class name _text_
* < textarea> tags get the class name _text_
* < select> and tags are not enhanced
If any helper options already specify a class, nothing will be changed. If you don't want a class to be added, pass :class => nil.
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: hardway, 7 months ago

