Wijmo UI for the Web
customContextMenu Option
wijmo.editor.wijeditor Namespace > options type : customContextMenu Option

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;
Remarks
Instead of the standard context menu items shown by the browser, the custom context menu has only three commands: Cut, Copy, and Paste.Note that the context menu is invalid in Safari.
See Also

Reference

options type
wijeditor jQuery Widget