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

Default value: false

Indicates whether to highlight the control's Text on receiving input focus.

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

Reference

options type
wijinputnumber jQuery Widget