$(function () { var options; // Type: wijmo.calendar.wijcalendar.options $(".selector").wijcalendar(options); });
function wijcalendar;
$(function () { var options; // Type: wijmo.calendar.wijcalendar.options $(".selector").wijcalendar(options); });
function wijcalendar;
Object
wijmo.calendar.wijcalendar
Name | Description | |
---|---|---|
wijcalendar Constructor |
Name | Description | |
---|---|---|
close | Closes the calendar if it is in the pop-up state. | |
destroy | Remove the functionality completely. This will return the element back to its pre-init state. | |
getDisplayDate | Gets the valid display date. | |
getSelectedDate | Gets the currently selected date. | |
isPopupShowing | Determines whether the calendar is in the pop-up state. | |
popup | Pops up the calendar at specifies position. | |
popupAt | Pops up the calendar at the specified X and Y coordinates in the document. | |
refresh | Refreshes the calendar. | |
refreshDate | Refereshes a single date on the calendar. | |
selectDate | Selects the specified date. | |
unSelectAll | Clears any selections from dates on the calendar, removing them from the selectedDates collection. | |
unSelectDate | Clears any selection from the specified date. | |
widget | Returns a jQuery object containing the original element or other relevant generated element. |