Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
275
can you set the style of the webtab via WebPageStyler1
posted

the other controls set with no problem, the web tab does not seem to change.

please help

TIA

 

 

 

Parents
  • 24497
    posted

    Hi TIA,

    I do not know why it does not work for you. I tested following and it worked fine. I also tried other StyleSetNames located in local to project ~/ig_res directory and they worked too.

    <igtab:UltraWebTab ID="UltraWebTab1" runat="server" Height="130px" Width="260px">
     
    <Tabs>
      
    <igtab:Tab Text="New Tab"></igtab:Tab>
      
    <igtab:Tab Text="New Tab"></igtab:Tab>
     
    </Tabs>
    </igtab:UltraWebTab>
    <igmisc:WebPageStyler ID="styler1" runat="server" EnableAppStyling="True" StyleSetName="Default" />

Reply Children