Wijmo UI for the Web
setText Method
Sets the text displayed in the input box.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var value; // Type:  any
    
    returnsValue = $(".selector").wijinputnumber("setText", value);
});
Javascript (Specification) 
function setText( 
   value : any
) : any;

Parameters

value
Example
// This example sets text of a wijinputcore to "Hello"
$(".selector").wijinputcore("setText", "Hello");
Browser Compatibility
7
5
5

See Also

Reference

wijinputnumber type
wijinputnumber jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.