You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Edward Dowgiallo <ed...@gmail.com> on 2008/02/07 19:01:35 UTC

Centering

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

[Trinidad] Centering

Posted by Edward Dowgiallo <ed...@gmail.com>.
 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