public
Description: All my Rails plugins bundled up.
Homepage: http://www.zachinglis.com
Clone URL: git://github.com/zachinglis/rails-plugins.git
rails-plugins / form_helper_fieldset
name age message
..
file MIT-LICENSE Loading commit data...
file README
file Rakefile
file init.rb
directory lib/
directory tasks/
directory test/ Fri Feb 22 21:05:14 -0800 2008 Adding clickable_error_messages plugin, dashboa... [zachinglis]
FormHelperFieldset
==================

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 (c) 2008 Zach Inglis, released under the MIT license