Wijmo UI for the Web
highlightText Option
wijmo.input.wijinputmask Namespace > options type : highlightText Option

Default value: 'none'

Determines whether to highlight the control's text on receiving input focus. Possible values are : "none", "field", "all"; The default value is "none";

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijinputmask("option", "highlightText");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijinputmask("option", "highlightText", newValue);
        
});
var highlightText : string;
See Also

Reference

options type
wijinputmask jQuery Widget