Wijmo UI for the Web
options type
Inheritance Hierarchy

Object
   jQuery.wijmo.wijinputnumber.options

Browser Compatibility
7
5
5
Fields
 NameDescription
public Fieldstatic (Shared in Visual Basic)allowSpinLoop

Default value: false

Determines whether the spin behavior can wrap when reaching a maximum or minimum limit.

 
public Fieldstatic (Shared in Visual Basic)blurOnLeftRightKey

Default value: 'none'

Determines whether the focus automatically moves to the next or previous tab ordering control when pressing the left, right arrow keys. Possible values are "none", "left", "right", "both". The default value is "none".

 
public Fieldstatic (Shared in Visual Basic)create  
public Fieldstatic (Shared in Visual Basic)culture

Default value: ""

Determines the culture used to show values in the wijinputdate widget.

 
public Fieldstatic (Shared in Visual Basic)currencySymbol

Default value: null

Determine the current symbol when number type is currency.

 
public Fieldstatic (Shared in Visual Basic)decimalPlaces

Default value: 2

Indicates the number of decimal places to display.

 
public Fieldstatic (Shared in Visual Basic)disabled  
public Fieldstatic (Shared in Visual Basic)dropDownButtonAlign

Default value: 'right'

Determines the side, left or right, where the dropdown button appear. Possible values are: 'left', 'right'

 
public Fieldstatic (Shared in Visual Basic)hideEnter

Default value: false

If true, then the browser response is disabled when the ENTER key is pressed.

 
public Fieldstatic (Shared in Visual Basic)imeMode

Default value: ""

Determines the input method setting of widget. Possible values are: 'auto', 'active', 'inactive', 'disabled'

 
public Fieldstatic (Shared in Visual Basic)increment

Default value: 1

Determines how much to increase/decrease the input field.

 
public Fieldstatic (Shared in Visual Basic)invalidClass

The CSS class applied to the widget when an invalid value is entered.

 
public Fieldstatic (Shared in Visual Basic)maxValue

Default value: 1000000000

Determines the maximum value that can be entered for numeric/percent/currency inputs.

 
public Fieldstatic (Shared in Visual Basic)minValue

Default value: 0

Determines the minimal value that can be entered for numeric/percent/currency inputs.

 
public Fieldstatic (Shared in Visual Basic)negativeClass

Determine the class string that when the input value is negative.

 
public Fieldstatic (Shared in Visual Basic)negativePrefix

Default value: null

Determine the prefix string used for negative value.

 
public Fieldstatic (Shared in Visual Basic)negativeSuffix

Default value: null

Determine the suffix string used for negative value.

 
public Fieldstatic (Shared in Visual Basic)pickers

Type: wijmo.input.PickerClass

An object contains the settings for the dropdown list.

 
public Fieldstatic (Shared in Visual Basic)placeholder

Determines the text displayed when the widget is blank and contains no initial text.

 
public Fieldstatic (Shared in Visual Basic)positivePrefix

Default value: null

Determine the prefix string used for positive value.

 
public Fieldstatic (Shared in Visual Basic)positiveSuffix

Default value: null

Determine the suffix stirng used for positive value.

 
public Fieldstatic (Shared in Visual Basic)readonly

Default value: false

Determines whether a user can enter a value in the wijinput widget. If readonly is true, user can't input value to the wijinput widget.

 
public Fieldstatic (Shared in Visual Basic)showDropDownButton

Default value: false

Determines whether dropdown button is displayed.

 
public Fieldstatic (Shared in Visual Basic)showGroup

Default value: false

Indicates whether the thousands group separator will be inserted between between each digital group (number of digits in thousands group depends on the selected Culture).

 
public Fieldstatic (Shared in Visual Basic)showSpinner

Default value: false

Determines whether spinner button is displayed.

 
public Fieldstatic (Shared in Visual Basic)spinDown

Default value: null

The spinDown event handler. A function called when spin down event fired.

 
public Fieldstatic (Shared in Visual Basic)spinnerAlign

Default value: 'verticalRight'

Determines the side, left or right, where the spinner button appear. Possible values are: 'vertialLeft', 'verticalRight', 'horizontalDownLeft', 'horizontalUpLeft'. The default value is 'verticalRight'.

 
public Fieldstatic (Shared in Visual Basic)spinUp

Default value: null

The spinUp event handler. A function called when spin up event fired.

 
public Fieldstatic (Shared in Visual Basic)type

Default value: 'numeric'

Determines the type of the number input. Possible values are: 'numeric', 'percent', 'currency'.

 
public Fieldstatic (Shared in Visual Basic)value

Default value: 0

Determines the default numeric value.

 
Top
Events
 NameDescription
public EventdropDownButtonMouseDownThe dropdownButtonMouseDown event handler. A function called when the mouse is pressed down on the dropdown button.  
public EventdropDownButtonMouseUpThe dropdownButtonMouseUp event handler. A function called when the mouse is released on the dropdown button.  
public EventdropDownCloseThe dropdownClose event handler. A function called before the widget's dropdown closed.  
public EventdropDownOpenThe dropdownOpen event handler. A function called before the widget's dropdown opened.  
public EventinitializedThe initialized event handler. A function called after the widget is initialized.  
public EventinitializingThe initializing event handler. A function called before the widget is initialized.  
public EventinvalidInputThe invalidInput event handler. A function called when invalid charactor is typed.  
public EventtextChangedFired when the widget text is changed.  
public EventvalueBoundsExceededThe valueBoundsExceeded event handler. A function called when the value of the input exceeds the valid range.  
public EventvalueChangedThe valueChanged event handler. A function called when the value of the input is changed.  
Top
See Also

Reference

jQuery.wijmo.wijinputnumber Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.