wijmo.input.wijinputnumber Namespace > options type : type Option |
Default value: 'numeric'
Determines the type of the number input. Possible values are: 'numeric', 'percent', 'currency'.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijinputnumber("option", "type"); // Set value var newValue; // Type: string $(".selector").wijinputnumber("option", "type", newValue); }); |
Javascript (Specification) | |
---|---|
|