Default value: true
Determines whether the custom context menu is shown.
Syntax
$(function () {
// Get value
var returnsValue; // Type: boolean
returnsValue = $(".selector").wijeditor("option", "customContextMenu");
// Set value
var newValue; // Type: boolean
$(".selector").wijeditor("option", "customContextMenu", newValue);
});
var customContextMenu : boolean;
See Also