Wijmo UI for the Web
options type
Inheritance Hierarchy

Object
   jQuery.wijmo.wijinputdate.options

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

Default value: 0

Determines the active field index.

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

Default value: ""

Determines string designator for hours that are "ante meridiem" (before noon).

 
public Fieldstatic (Shared in Visual Basic)autoNextField

Default value: true

Determines whether to automatically moves to the next field.

 
public Fieldstatic (Shared in Visual Basic)blurOnLastChar

Default value: false

Determins 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'

Gets or set whether the focus automatically moves to the next or previous tab ordering control when pressing the left, right arrow keys.

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

Determines the initial date value shown for the wijdateinput widget.

 
public Fieldstatic (Shared in Visual Basic)dateFormat

Default value: 'd'

The format pattern to display the date value when control got focus.

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

Default value: ""

The format pattern to display the date value when control lost focus.

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

Default value: false

A bool value determines the range of hours that can be entered in the control.

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

Default value: 800

Determines the time span, in milliseconds, between two input intentions.

 
public Fieldstatic (Shared in Visual Basic)maxDate

Default value: null

Determines the latest, or maximum date, that can be entered.

 
public Fieldstatic (Shared in Visual Basic)midnightAs0

Default value: true

A bool value determines whether to express midnight as 24:00.

 
public Fieldstatic (Shared in Visual Basic)minDate

Default value: null

Determines the earliest, or minimum, date that can be entered.

 
public Fieldstatic (Shared in Visual Basic)pickers

Type: wijmo.input.DatePickersClass

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

Default value: ""

Determines the string designator for hours that are "post meridiem" (after noon).

 
public Fieldstatic (Shared in Visual Basic)popupPosition

Detemines the popup position of a calendar. See jQuery.ui.position for position options.

 
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: true

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

Determines whether dropdown button is displayed.

 
public Fieldstatic (Shared in Visual Basic)smartInputMode

Default value: false

Determines whether the control should interpret incomplete year information using the value provided in the "startYear" option.

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

Default value: 1950

Determines how the control should interpret incomplete year information when the "smartInputMode" option is set to true.

 
public Fieldstatic (Shared in Visual Basic)tabAction

Default value: 'field'

Gets or sets whether the tab key moves the focus between controls or between fields within the control, possible values is "field", "control".

 
public Fieldstatic (Shared in Visual Basic)valueBoundsExceeded

Default value: null

The valueBoundsExceeded event hander. A function called when the valueBoundExceeded event fired.

 
Top
Events
 NameDescription
public EventdateChangedThe dateChanged event handler. A function called when the date of the input is changed.  
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.wijinputdate Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.