Prcess navigator key input.
Syntax
Javascript (Usage) | |
---|
var instance = new wijmo.input.BaseUIProcess();
var value; // Type: any
// Parameters
var k; // Type: any
var editMode; // Type: any
var clipContent; // Type: any
var text; // Type: any
var start; // Type: any
var end; // Type: any
var exitOnLeftRightKey; // Type: any
var isExitOnLastChar; // Type: any
value = instance.ProcessNavigatorKeyInput(k,
editMode,
clipContent,
text,
start,
end,
exitOnLeftRightKey,
isExitOnLastChar);
|
Javascript (Specification) | |
---|
function ProcessNavigatorKeyInput(
: any,
: any,
: any,
: any,
: any,
: any,
: any,
: any
) : any;
|
Parameters
- k
- editMode
- clipContent
- text
- start
- end
- exitOnLeftRightKey
- isExitOnLastChar
Browser Compatibility
See Also
Reference
BaseUIProcess type