wijmo.editor.wijeditor Namespace > options type : customContextMenu Option |
Default value: true
Determines whether the custom context menu is shown.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijeditor("option", "customContextMenu"); // Set value var newValue; // Type: boolean $(".selector").wijeditor("option", "customContextMenu", newValue); }); |
Javascript (Specification) | |
---|---|
var customContextMenu : boolean; |