Wijmo UI for the Web
MoveFocus Method
Syntax
Javascript (Usage) 
var instance = new wijmo.input.Utility();
var value; // Type: any

// Parameters
var curID; // Type:  any
var isForward; // Type:  bool

value = instance.MoveFocus(curID, isForward);
Javascript (Specification) 
function MoveFocus( 
   curID : any,
   isForward : bool
) : any;

Parameters

curID
isForward
Browser Compatibility
7
5
5

See Also

Reference

Utility type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.