Wijmo UI for the Web
ProcessDelete Method
- The start cursor position.
- The start end position.
Perform the delete keydown event.
Syntax
Javascript (Usage) 
var instance = new wijmo.input.BaseUIProcess();
var value; // Type: any

// Parameters
var start; // Type:  number
var end; // Type:  number

value = instance.ProcessDelete(start, end);
Javascript (Specification) 
function ProcessDelete( 
   start : number,
   end : number
) : any;

Parameters

start
- The start cursor position.
end
- The start end position.
Browser Compatibility
7
5
5

See Also

Reference

BaseUIProcess type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.