Wijmo UI for the Web
options type
Inheritance Hierarchy

Object
   jQuery.wijmo.wijinputmask.options

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

Default value: false

Indicates whether promptChar can be entered as valid data by the user.

 
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)autoConvert

Default value: true

Gets whether the control automatically converts to the proper format according to the format setting.

 
public Fieldstatic (Shared in Visual Basic)blurOnLastChar

Default value: false

Determines whether or not the next control in the tab order receives the focus as soon as the control is filled at the last character.

 
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)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)hidePromptOnLeave

Default value: false

Indicates whether the prompt characters in the input mask are hidden when the input loses focus.

 
public Fieldstatic (Shared in Visual Basic)imeMode

Default value: 'auto'

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

 
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)maskFormat

Default value: ""

Determines the input mask to use at run time.

 
public Fieldstatic (Shared in Visual Basic)passwordChar

Default value: ""

Determines the character to be substituted for the actual input characters.

 
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)promptChar

Default value: '_'

Determines the character that appears when the widget has focus but no input has been entered.

 
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)resetOnPrompt

Default value: true

Determines how an input character that matches the prompt character should be handled.

 
public Fieldstatic (Shared in Visual Basic)resetOnSpace

Default value: true

Determines how a space input character should be handled.

 
public Fieldstatic (Shared in Visual Basic)showDropDownButton

Default value: false

Determines whether dropdown button is displayed.

 
public Fieldstatic (Shared in Visual Basic)showSpinner

Default value: false

Determines whether spinner button is displayed.

 
public Fieldstatic (Shared in Visual Basic)skipLiterals

Default value: true

Indicates whether the user is allowed to re-enter literal values.

 
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)tabAction

Default value: 'control'

Determines whether the focus will move to the next filed or the next control when press the tab key. Possible values are "control", "field".

 
public Fieldstatic (Shared in Visual Basic)text

Default value: null

Determines the default text.

 
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.  
Top
See Also

Reference

jQuery.wijmo.wijinputmask Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.