I'm trying to obtain a similar effect to admin/user/user but with radio buttons not checkboxes. I succeeded with textfield but I can't obtain the same effect with radio. if I use radio with the same technique, having different "name" attribute the radio buttons aren't in the same "group", so once selected they don't deselect. Javascript is not an option. As last resort I could create my element function, but is there a way to use radios in spite of radio? Or anything to obtain the effect in a kosher way? thanks -- Ivan Sergio Borgonovo http://www.webthatworks.it
On Tue, 22 Jan 2008 15:09:53 +0100 Ivan Sergio Borgonovo <mail@webthatworks.it> wrote:
I'm trying to obtain a similar effect to admin/user/user but with radio buttons not checkboxes. I succeeded with textfield but I can't obtain the same effect with radio.
looking further I've found an example in filter.inc -- Ivan Sergio Borgonovo http://www.webthatworks.it
On Tue, 22 Jan 2008 15:09:53 +0100 Ivan Sergio Borgonovo <mail@webthatworks.it> wrote:
I'm trying to obtain a similar effect to admin/user/user but with radio buttons not checkboxes. I succeeded with textfield but I can't obtain the same effect with radio.
looking further I've found an example in filter.inc -- Ivan Sergio Borgonovo http://www.webthatworks.it
participants (1)
-
Ivan Sergio Borgonovo