Wijmo UI for the Web
Copy Method
- The copy mode.
- The start cursor position.
- The end cursor position.
Handle the oncopy event.
Syntax
Javascript (Usage) 
var instance = new wijmo.input.BaseUIProcess();
var value; // Type: any

// Parameters
var clipContent; // Type:  wijmo.input.ClipContent
var start; // Type:  number
var end; // Type:  number

value = instance.Copy(clipContent, start, end);
Javascript (Specification) 
function Copy( 
   clipContent : wijmo.input.ClipContent,
   start : number,
   end : number
) : any;

Parameters

clipContent
- The copy mode.
start
- The start cursor position.
end
- The end cursor position.
Browser Compatibility
7
5
5

See Also

Reference

BaseUIProcess type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.