Form Wow plugin

Plugin details

Dry up your Ruby on Rails form decoration with this simple FormBuilder plugin.

Websitehttp://github.com/trevorrowe/FormWow/ Repositorygit://github.com/trevorrowe/FormWow.git Author Trevor Rowe Tags CSS LicenseMIT

Documentation

Install the plugin:
ruby script/plugin install git://github.com/trevorrowe/FormWow.git

What Does FormWow Provide?

* Fully decorated form fields

All of the standard form builder methods are wrapped in a form row with a label, inline form errors, optional hints, required symbols, etc.
* Inline form errors

Rather then a large block of error messages appearing in your page’s flash message, why not have the errors appear inline with your form field?!
* Clean & simple markup

The default form row decorator generates XHTML 1.1 Strict markup. Its very simple and concise.
* Use a custom form row decorator

If you don’t like the default generated markup for a form row, or have the need to decorate multiple forms, differently you can provide your own decorators (simple to do).
* Sample CSS

FormWow comes with a sample CSS file to get you started.

Further Documentation

Edit plugin | (0 older versions) | Last edited by: hardway, about 1 year ago