Wijmo UI for the Web
MoveField Method
- The current caret position.
- The bool value indicate if we move caret to the next field or previous field.
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( 
   pos : number,
   isForward : 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
7
5
5

See Also

Reference

BaseUIProcess type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.