Skip to Content
0
Feb 16, 2011 at 11:01 PM

Web Application Designer Button Web Item caption alignment

50 Views

Hello all,

I have a question regarding WEB Application Designer. Is there a way to algin the Caption on the Button Group Web Item? My issue is I have 4 buttons with Text in the Caption and I want to align the text to the left. I don't see an option in the properties to do this, would adding in XHTML the align syntax help? I've tried but have been unsuccessful, please see below the XHTML code: If possible can someone show me an example of the syntax?

If this is not possible is my only option to use a hyperlink/text instead of Button Group to align texts which allow commands to open another WAD Template.

Thank you for your help in advance!

<bi:BUTTON_GROUP_ITEM name="BUTTON_GROUP_ITEM_1" designheight="23" designwidth="400" >

<bi:WIDTH value="400" />

<bi:HEIGHT value="23" />

<bi:BUTTON_WIDTH value="275" />

<bi:BUTTON_LIST type="ORDEREDLIST" >

<bi:BUTTON type="COMPOSITE" index="1" >

add align syntax here? -


> <bi:CAPTION value="Supplier Quality Rolling 12 Months" />

<bi:BUTTON_DESIGN value="EMPHASIZED" />

<bi:ACTION type="CHOICE" value="INSTRUCTION" >

<bi:INSTRUCTION >

<bi:SET_TEMPLATE >

<bi:TEMPLATE value="PPA05_TOT_12MO_VOL_WAD_V01"

<bi:OPEN_IN_NEW_WINDOW value="X" />

</bi:SET_TEMPLATE>

</bi:INSTRUCTION>

</bi:ACTION>

</bi:BUTTON>

</bi:BUTTON_LIST>

</bi:BUTTON_GROUP_ITEM>