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

// Parameters
var currentElement; // Type:  any
var elements; // Type:  any
var isForward; // Type:  bool

value = instance.GetNextFocusableControl(currentElement, elements, isForward);
Javascript (Specification) 
function GetNextFocusableControl( 
   currentElement : any,
   elements : any,
   isForward : bool
) : any;

Parameters

currentElement
elements
isForward
Browser Compatibility
7
5
5

See Also

Reference

Utility type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.