Browse the Ruby on Rails Community.

You are here: Browse Railsplugins Form Helper Fieldset

Form Helper Fieldset

Block method for creating the fieldset tag with or without a legend.

Example

<% fieldset do %> <%= f.label :foo %> <%= f.text_field :foo %> <% end %>

or

<% fieldset “Foo Options” do %> <%= f.label :foo %> <%= f.text_field :foo %> <% end %>

Copyright© 2008 Zach Inglis, released under the MIT license

NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly

Users


See all details


Membership

+ Join this railsplugin

Record Maintainer

'None'