Wijmo UI for the Web
MoveControl Method
- The current element id.
- The bool value indicate if we move focus to the next control according to the tabindex value.
- The bool value indicate if we move focus to the next control by left or right key.
- The exit type.
Move the focus from one control to another.
Syntax
Javascript (Usage) 
var instance = new wijmo.input.BaseUIProcess();
var value; // Type: any

// Parameters
var elementID; // Type:  any
var isForward; // Type:  bool
var isUseLeftRightKey; // Type:  bool
var exitType; // Type:  any

value = instance.MoveControl(elementID, isForward, isUseLeftRightKey, exitType);
Javascript (Specification) 
function MoveControl( 
   elementID : any,
   isForward : bool,
   isUseLeftRightKey : bool,
   exitType : any
) : any;

Parameters

elementID
- The current element id.
isForward
- The bool value indicate if we move focus to the next control according to the tabindex value.
isUseLeftRightKey
- The bool value indicate if we move focus to the next control by left or right key.
exitType
- The exit type.
Browser Compatibility
7
5
5

See Also

Reference

BaseUIProcess type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.