This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 1cf0f32954830d17be93651852570da898d563b7
tree cb1d37cab69efaeaa06460360d12315c6842693e
parent 32543ff255fac310ecc75a76a9dbd8df862a4ad5
tree cb1d37cab69efaeaa06460360d12315c6842693e
parent 32543ff255fac310ecc75a76a9dbd8df862a4ad5
rails-plugins / form_helper_fieldset
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
.svn/ | ||
| |
MIT-LICENSE | Fri Feb 22 21:05:14 -0800 2008 | |
| |
README | Fri Feb 22 21:05:14 -0800 2008 | |
| |
Rakefile | Fri Feb 22 21:05:14 -0800 2008 | |
| |
init.rb | Fri Feb 22 21:05:14 -0800 2008 | |
| |
lib/ | Fri Feb 22 21:05:14 -0800 2008 | |
| |
tasks/ | Fri Feb 22 21:05:14 -0800 2008 | |
| |
test/ | Fri Feb 22 21:05:14 -0800 2008 |
form_helper_fieldset/README
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








