:: Forum >>

Changing Tabs and OnLoadComplete Event?

I would like to change the current tab from a seperate link...

I've tried many ways to change the tabs, finding the obj by id
document.getElementById("myTabs").setSelectedItems([2]);
document.getElementById("myTabs").setTabIndex(2);

public var that was the object "myTabs"
myTabs.setSelectedItems([2]);
myTabs.setTabIndex(2);

Plus a ton of other things, can't get it to change the current tab... Any Ideas?

And is there an event fired when the grid population is complete?
Brian
Saturday, July 1, 2006

This topic is archived.


Back to support forum

Forum search