Wijmo UI for the Web
options type
wijmo.input.wijinputnumber Namespace : options type
Inheritance Hierarchy

Object
   wijmo.input.wijinputnumber.options

Fields
 NameDescription
public Option

Default value: false

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

 
public Option

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 Option

Default value: ""

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

 
public Option

Default value: ""

Assigns the string value of the culture calendar that appears on the calendar. This option must work with culture option.

 
public Option

Default value: null

Determine the current symbol when number type is currency.

 
public Option

Default value: 2

Indicates the number of decimal places to display.

 
public Option

Default value: 'right'

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

 
public Option

Default value: false

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

 
public Option

Default value: false

Indicates whether to highlight the control's Text on receiving input focus.

 
public Option

Default value: ""

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

 
public Option

Default value: 1

Determines how much to increase/decrease the active field when performing spin on the the active field.

 
public Option

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

 
public Option

Default value: 1000000000

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

 
public Option

Default value: -1000000000

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

 
public Option

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

 
public Option

Default value: null

Determine the prefix string used for negative value. The default value will depend on the wijinputnumber's type option.

 
public Option

Default value: null

Determine the suffix string used for negative value. The default value will depend on the wijinputnumber's type option.

 
public Option

Type: wijmo.input.PickerClass

An object contains the settings for the dropdown list.

 
public Option

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

 
public Option

Default value: null

Determine the prefix string used for positive value. The default value will depend on the wijinputnumber's type option.

 
public Option

Default value: null

Determine the suffix stirng used for positive value. The default value will depend on the wijinputnumber's type option.

 
public Option

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 by ui operation, such as spin, pick value from pickers.

 
public Option

Default value: false

Determines whether dropdown button is displayed.

 
public Option

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 Option

Default value: false

Determines whether spinner button is displayed.

 
public Option

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 Option

Default value: 'numeric'

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

 
public Option

Default value: 0

Determines the default numeric value.

 
Top
Events
 NameDescription
public EventThe dropdownButtonMouseDown event handler. A function called when the mouse is pressed down on the dropdown button.  
public EventThe dropdownButtonMouseUp event handler. A function called when the mouse is released on the dropdown button.  
public EventThe dropdownClose event handler. A function called before the widget's dropdown closed.  
public EventThe dropdownOpen event handler. A function called before the widget's dropdown opened.  
public EventThe initialized event handler. A function called after the widget is initialized.  
public EventThe initializing event handler. A function called before the widget is initialized.  
public EventThe invalidInput event handler. A function called when invalid charactor is typed.  
public EventFired when the widget lost focus and caused by the keyboard behavior.  
public EventThe spinDown event handler. A function called when spin down event fired.  
public EventThe spinUp event handler. A function called when spin up event fired.  
public EventFired when the widget text is changed.  
public EventThe valueBoundsExceeded event handler. A function called when the value of the input exceeds the valid range.  
public Event
 
Top
See Also

Reference

wijmo.input.wijinputnumber Namespace