Move caret between fields then move focus to the next control if caret is in the edge
of the control.
Syntax
Javascript (Usage) | |
---|
var instance = new wijmo.input.BaseUIProcess();
var value; // Type: any
// Parameters
var isForward; // Type: bool
value = instance.MoveFieldAndControl(isForward);
|
Javascript (Specification) | |
---|
function MoveFieldAndControl(
: bool
) : any;
|
Parameters
- isForward
- - The bool value indicate if we move caret to the forward or backward.
Browser Compatibility
See Also
Reference
BaseUIProcess type