Wijmo UI for the Web
setValue Method
Sets the value.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  bool
    // Parameters
    var val; // Type:  any
    var exact; // Type:  any
    
    returnsValue = $(".selector").wijinputnumber("setValue", val, exact);
});
Javascript (Specification) 
function setValue( 
   val : any,
   exact : any
) : bool;

Parameters

val
exact
Example
// set value of a wijinputnumber to 10
$(".selector").wijinputnumber("setValue", 10, true);
Browser Compatibility
7
5
5

See Also

Reference

wijinputnumber type
wijinputnumber jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.