Wijmo UI for the Web
setValue Method
Sets the value.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijinputnumber();
var value; // Type: bool

// Parameters
var val; // Type:  any
var exact; // Type:  any

value = instance.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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.