Hi
Frustrated here tryng to do one of the most common things possible in JavaScript for WebTab. Change the tab. Can't find it anywhere.
Gary
Here you go... the trick is to use the set_selectedIndex function.
function OpenSomeTab() { var wt = Infragistics.Web.UI.WebTab.find("WebTab1"); wt.set_selectedIndex(3);}
function
OpenSomeTab() {
var wt = Infragistics.Web.UI.WebTab.find("WebTab1"); wt.set_selectedIndex(3);}
Thanks Rob that works.
How do you know about the function. It is not listed in the help.
Thanks!