Wijmo UI for the Web
customContextMenu Option

Default value: true

Determines whether the custom context menu is shown.

Syntax
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;
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.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijeditor jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.