At the moment, there is no way to change the appearance of the tab buttons 
aside from changing the icon and text itself. Adding support for further 
customization has been discussed but nothing has been implemented yet.

However, depending on your requirements, you might be able to get away with 
just using group of toggle PushButtons to control the selection state of a 
CardPane...

On Apr 27, 2010, at 3:05 PM, Roger L. Whitcomb wrote:

> I see on a toolbar button that you can use <buttonData> and <dataRenderer> to 
> make the button icon display above the button text:
>                                                                               
>   <PushButton toggleButton="true" wtkx:id="configureButton"
>                                                                               
>                                   tooltipText="Configure the installation"
>                                                                               
>                                   styles="{font:{bold:true}}">
>                                                                               
>                   <buttonData>
>                                                                               
>                                   <content:ButtonData text="Configure" 
> icon="@images/sequencer.png"/>
>                                                                               
>                   </buttonData>
>                                                                               
>                   <dataRenderer>
>                                                                               
>                                   <content:ButtonDataRenderer 
> orientation="vertical"/>
>                                                                               
>                   </dataRenderer>
>                                                                               
>   </PushButton>
> 
> See attached image.
> 
> So, my question is:  is there a way to similarly move the text under the icon 
> for a TabPane button?  Thanks!
> 
> 
> Roger Whitcomb
> Architect, Engineering
> Ingres Corporation
> [email protected]
> 
> 
> <image002.png>

Reply via email to