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

// Parameters
var start; // Type:  number
var end; // Type:  number
var text; // Type:  string
var exitonlastChar; // Type:  bool

value = instance.Paste(start, end, text, exitonlastChar);
Javascript (Specification) 
function Paste( 
   start : number,
   end : number,
   text : string,
   exitonlastChar : bool
) : any;

Parameters

start
end
text
exitonlastChar
Browser Compatibility
7
5
5

See Also

Reference

BaseUIProcess type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.