Wijmo UI for the Web
tabAction Option

Default value: 'control'

Determines whether the focus will move to the next filed or the next control when press the tab key. Possible values are "control", "field".

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijinputmask("option", "tabAction");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijinputmask("option", "tabAction", newValue);
        
});
Javascript (Specification) 
var tabAction : string;
Remarks
The caret moves to the next field when this property is "field". If the caret is in the last field, the input focus leaves this control when pressing the TAB key. If the value is "control", the behavior is similar to the standard control.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputmask jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.