Wijmo UI for the Web
DatePickersClass Interface
Browser Compatibility
7
5
5
Fields
 NameDescription
 Fieldcalendar

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.

 
 FielddatePicker

Type: wijmo.input.IPicker

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

 
 Fieldheight

Determines the height of the dropdown window.

 
 Fieldlist

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.

 
 FieldtimePicker

Type: wijmo.input.IPicker

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

 
 Fieldwidth

Determines the width of the dropdown window.

 
Top
See Also

Reference

wijmo.input Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.