Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #4627 (new enhancement)

Opened 3 years ago

[PATCH] Radio Button should allow tag content

Reported by: gregg@kellogg-assoc.com Assigned to: David
Priority: normal Milestone:
Component: ActionPack Version:
Severity: normal Keywords: radio_button
Cc:

Description

Currently, neither the radio_button nor radio_button helpers allow content the be entered within the tag. This presents problems when laying out multiple tags in knowing what the individual choices represent.

The :label option to either radio_button or radio_button_tag will add the specified value as the content of the rendered tag

Attachments

radio_button_label_option.patch (4.2 kB) - added by gregg@kellogg-assoc.com on 04/06/06 18:51:05.
radio_button_label_option.patch
button_labels.tgz (10.0 kB) - added by gregg@kellogg-assoc.com on 05/16/06 00:32:16.
Plugin to do the same thing as the patch.

Change History

04/06/06 18:51:05 changed by gregg@kellogg-assoc.com

  • attachment radio_button_label_option.patch added.

radio_button_label_option.patch

05/16/06 00:32:16 changed by gregg@kellogg-assoc.com

  • attachment button_labels.tgz added.

Plugin to do the same thing as the patch.