Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Navigator Object

Client side representation of a Menu, SlideMenu, TabStrip or TreeView control.

Remarks

To get the instance of the control, you can use eo_GetObject("clientIdOfTheControl"). See eo_GetObject for more details.

Base Object

Navigator derives from Control and inherits all method provided by Control.

Methods

findItem Gets the item at the specified ItemID path.
getPathSeparator Gets the value of the PathSeparator property of the navigator control.
getSelectedIndex Gets the index of the first selected item.
getTopGroup Gets the top level item group object.
searchItemsById Gets an array of items whose ItemID match the given id.
setSelectedIndex Sets the selected item.

Direct link to this topic