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

click Method 

Simulates item click.

[JavaScript]
NavigationItem.click(e)

Parameters

e
The DOM event object. This parameter will be passed to ClientSideOnItemClick handler.

Return Value

Return true if the click event is fully handled. Otherwise false.

Remarks

This function calls all event handling code for the item as if the item were clicked by the user and returns false if the event is canceled in one of the handlers.

See handling client side event for more details.

See Also

NavigationItem Object


Direct link to this topic