jQuery.wijmo.wijmenu Namespace > options type : trigger Field |
Default value: ""
The trigger option handles the open event for the menu or submenu. This option must be used with the triggerEvent option.
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijmenu.options.trigger; |
Javascript (Specification) | |
---|---|
|
//Set trigger to make menu as input's contextmenu. $(".selector").wijmenu("option", "trigger", "input")