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

Default value: 'field'

Gets or sets whether to highlight the control's Text on receiving input focus. possible values is "field", "all" .

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

Reference

options type
wijinputdate jQuery Widget