EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   XML Modification Help & Info (https://www.eq2interface.com/forums/forumdisplay.php?f=22)
-   -   TabbedPanel (https://www.eq2interface.com/forums/showthread.php?t=2497)

hirebrand 04-09-2005 02:19 PM

TabbedPanel
 
1 Attachment(s)

Code:

<TabbedPane Name="TabbedPane"
        DataSource="TabSource"
        TargetPage="MainTabPage"
        ActiveTab="0"
        Style="/ButtonStyles.tab_default"
        Location="0,0"
        Size="300,25">
</TabbedPane>


<DataSource Name="TabSource">
       
        <Data Name="One"
                target="OnePage"
                text="Tab Title Here"/>

        <Data Name="Two"
                target="TwoPage"
                text="Second Tab"/>
               
</DataSource>


<Page Name="MainTabPage"
        Location="0,26"
        Size="100,100">

        <Page Name="OnePage"
                Visible="true"
                Location="0,0"
                Size="300,100"/>

        <Page Name="TwoPage"
                Visible="false"
                Location="0,0"
                Size="300,100"/>
</Page>



All times are GMT -5. The time now is 10:06 AM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI