Currently using the following:

<tr:panelGroupLayout layout="vertical">
    <tr:panelRadio alignment="center" label="Action: ">
       <tr:showDetailItem onclick="alert('Insert clicked.');" text="Insert" />
       <tr:showDetailItem onclick="alert('Query clicked.');" text="Query" />
    </tr:panelRadio>
.
.
.
</tr:panelGroup>

The alignment="center" on the radio group is having no apparent
effect.  Could anyone suggest a way to make the entire radio group get
centered within the vertical layout?

Thank you,
Ed

Reply via email to