Wijmo UI for the Web
ShowContextMenu Method
Handle the oncontextmenu event.
Syntax
Javascript (Usage) 
var instance = new wijmo.input.BaseUIProcess();
var value; // Type: any

// Parameters
var oText; // Type:  any
var selText; // Type:  any

value = instance.ShowContextMenu(oText, selText);
Javascript (Specification) 
function ShowContextMenu( 
   oText : any,
   selText : any
) : any;

Parameters

oText
selText
Browser Compatibility
7
5
5

See Also

Reference

BaseUIProcess type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.