Browse By Tags

  • Closing a Tab Via Client-Side Script

    I am using the 2010.3 controls and adding tabs programmatically on the client-side.  I now have a need to "close" the tabs, but I am not able to find a method to do this.  Is there a way to accomplish this, I can't do a postback for many reasons…

  • Resized UltraWebTab at runtime= size web form

    How I can Resized an UltraWebTab at runtime?

    I means when the user resized the web form(min,max) the Ultrawebtab resized dynamically.

     

    Thanks

  • How to get a reference to the current (selected) tab at runtime.

    I want to be able to look at a certain tabset (I have its ClientID), and obtain a reference to the Tab that is currently displayed.  This should be independent of any event.

    The CSOM seems to only include a reference for UltraWebTab.Tab, not UltraWebTab…