Hi everyone,
I just submitted a patch for a new fieldset_tag helper.
It's helpful and encourages developers to follow web standards, etc.
"+1"s welcome
http://dev.rubyonrails.org/ticket/9477
Cheers Damian
Hi everyone,
I just submitted a patch for a new fieldset_tag helper.
It's helpful and encourages developers to follow web standards, etc.
"+1"s welcome
http://dev.rubyonrails.org/ticket/9477
Cheers Damian
There are also no table specific tags. I'm not sure including a new method for a specific html tag is required. The content_tag and tag methods are the catch all methods for those I'd say.
Patches are welcome of course, but I don't think this would be a worthy addition. I'm afraid I'd have to -1 this.
Andrew
I think this helper is a nice and clean wrapper for the fieldset and legend tags, building on the "form_tag with block" beauty. It can also encourage the use of these very important tags when it comes to creating longer, more usable and accessible forms.
Nice work guys, applied.
Nice work guys, applied.
I have updated this patch to use field_set_tag instead of fieldset_tag, so we remain consistent with the naming from the other helpers (text_area_tag etc).