Javascript (Usage) | |
---|---|
$(function () { var options; // Type: wijmo.datepager.wijdatepager.options $(".selector").wijdatepager(options); }); |
Javascript (Specification) | |
---|---|
|
Name | Description | |
---|---|---|
culture | Default value: "" Culture name, e.g. "de-DE". | |
firstDayOfWeek | Default value: 0 The first day of the week (from 0 to 6). Sunday is 0, Monday is 1, and so on. | |
localization | Default value: null Use the localization option in order to provide custom localization. | |
nextTooltip | Default value: 'right' Gets or sets the text for the 'next' button's ToolTip. | |
prevTooltip | Default value: 'left' Gets or sets the text for the 'previous' button's ToolTip. | |
selectedDate | Default value: null The selected date. | |
viewType | Default value: 'day' The active view type. |
Name | Description | |
---|---|---|
destroy | Destroys the widget and resets the DOM element. | |
goLeft | Selects the previous date. | |
goRight | Selects the next date. | |
invalidate | Redraws the widget layout. | |
refresh | Refreshes the widget layout. | |
widget | Returns a jQuery object containing the original element or other relevant generated element. |
Name | Description | |
---|---|---|
selectedDateChanged | Occurs when the selectedDate option has been changed. |