Move the caret from one field to another in the control.
Syntax
Javascript (Usage) | |
---|
var instance = new wijmo.input.BaseUIProcess();
var value; // Type: any
// Parameters
var pos; // Type: number
var isForward; // Type: bool
value = instance.MoveField(pos, isForward);
|
Javascript (Specification) | |
---|
function MoveField(
: number,
: bool
) : any;
|
Parameters
- pos
- - The current caret position.
- isForward
- - The bool value indicate if we move caret to the next field or previous field.
Browser Compatibility
See Also
Reference
BaseUIProcess type