Wijmo UI for the Web
ProcessTabKey Method
- The bool value indicate if we move caret to the forward or backward.
Process Tab key press event.
Syntax
Javascript (Usage) 
var instance = new wijmo.input.BaseUIProcess();
var value; // Type: any

// Parameters
var isForward; // Type:  bool

value = instance.ProcessTabKey(isForward);
Javascript (Specification) 
function ProcessTabKey( 
   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.