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

// Parameters
var obj; // Type:  any
var selText; // Type:  any
var mouseButton; // Type:  any

value = instance.SelectStart(obj, selText, mouseButton);
Javascript (Specification) 
function SelectStart( 
   obj : any,
   selText : any,
   mouseButton : any
) : any;

Parameters

obj
selText
mouseButton
Browser Compatibility
7
5
5

See Also

Reference

BaseUIProcess type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.