Sets the selected item.
[JavaScript]
Navigator.setSelectedIndex(
index)
Parameters
-
index
- The zero based index of the item to be selected.
Remarks
This function only applies to TabStrip control. If the TabStrip is associated with a MultiPage control, the active page of the MultiPage control will also be switched.
See Also
Navigator Object