Wijmo UI for the Web
ProcessCharKeyInput Method
Process char key input.
Syntax
Javascript (Usage) 
var instance = new wijmo.input.BaseUIProcess();
var value; // Type: any

// Parameters
var k; // Type:  any
var start; // Type:  any
var end; // Type:  any
var isExitOnLastChar; // Type:  any
var text; // Type:  any

value = instance.ProcessCharKeyInput(k, start, end, isExitOnLastChar, text);
Javascript (Specification) 
function ProcessCharKeyInput( 
   k : any,
   start : any,
   end : any,
   isExitOnLastChar : any,
   text : any
) : any;

Parameters

k
start
end
isExitOnLastChar
text
Browser Compatibility
7
5
5

See Also

Reference

BaseUIProcess type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.