jQuery.wijmo.wijmenu Namespace > options type : triggerEvent Field |
Default value: 'click'
The triggerEvent option specifies the mouse event used to show the menu or submenu. triggerEvent must be used with the trigger option.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijmenu.options.triggerEvent; |
Javascript (Specification) | |
---|---|
|