Wijmo UI for the Web
MoveFieldAndControl Method
- The bool value indicate if we move caret to the forward or backward.
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( 
   isForward : bool
) : any;

Parameters

isForward
- The bool value indicate if we move caret to the forward or backward.
Browser Compatibility
7
5
5

See Also

Reference

BaseUIProcess type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.