Wijmo UI for the Web
ProcessDeleteKey Method
- The specified start cursor position.
- The specified end cursor position.
Process the Delete key down action.
Syntax
Javascript (Usage) 
var instance = new wijmo.input.BaseUIProcess();
var value; // Type: any

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

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

Parameters

start
- The specified start cursor position.
end
- The specified end cursor position.

Return Value

Returns the cursor position after the process.
Browser Compatibility
7
5
5

See Also

Reference

BaseUIProcess type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.