Wijmo UI for the Web
DatePickersClass Interface
wijmo.input Namespace : DatePickersClass Interface
Fields
 NameDescription
 Field

Type: wijmo.input.ICalendar

Determines the settings of the calendar. If this property's value is null, the calendar doesn't show. But if there is no picker show, then the calendar will still show.

 
 Field

Type: wijmo.input.IPicker

Determines the settings of the date picker. If this property's value is null, the date picker doesn't show.

 
 Field

Determines the height of the dropdown window.

 
 Field

Contains an array of data items used to populate the dropdown list. The array item can be "string", or a an oject contains two property "label" and "value"; The label property is string, used to display on the dropdown list. The value proeprty is date object, used to assign the value to the wijinputdate widget.

 
 Field

Type: wijmo.input.IPicker

Determines the settings of the time picker. If this property's value is null, the time picker doesn't show.

 
 Field

Determines the width of the dropdown window.

 
Top
See Also

Reference

wijmo.input Namespace