Currently using the following: <tr:panelRadio label="Action: "> <tr:showDetailItem onclick="alert('Insert clicked.');" text="Insert" /> <tr:showDetailItem onclick="alert('Query clicked.');" text="Query" /> </tr:panelRadio>
The buttons are being rendered vertically. Could anyone suggest a way to make them render horizontally? Thank you, Ed