| Author |
Spacing radio buttons
|
Peter Fat
Greenhorn
Joined: Oct 18, 2010
Posts: 24
|
|
Hi!
I'm using a h:selectOneRadio, with 2 radio buttons that have no labels. But since they have to be in the same cell (because they have dynamic ids), I can't separate them. My code:
How can I solve this?
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14487
|
|
Actually, they're not in "the same cell".
SelectOneRadio renders as an HTML table. Each button is a cell in that table. However, it's an anonymous cell. So the solution is to apply a styleClass to the selectOneRadio and use the magic of CSS to qualify it. If my CSS memory serves, that means something like:
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Peter Fat
Greenhorn
Joined: Oct 18, 2010
Posts: 24
|
|
|
You're the man!!! Thank you so much!
|
 |
 |
|
|
subject: Spacing radio buttons
|
|
|