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]
<<attachment: image002.png>>
