Table of Contents
click Method 

Simulates item click.

Syntax
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