Jump to content

pagecontrol


jahlxx

Recommended Posts

And in some cases, can put sheets titles in vertical.

 

Is this possible with unigui?

 

partially, you can try like this:

 

UniPageControl1 -> ClientEvents -> UniEvents :

function tabPanel.beforeInit(sender, config)
{
    sender.tabPosition = "left"
}

Best regards.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...