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

Default value: false

Gets or sets whether to highlight the control's Text on receiving input focus.

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

Reference

options type
wijinputtext jQuery Widget