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

Default value: null

Determines the text of the wijinputtext.

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

Reference

options type
wijinputtext jQuery Widget