jQuery.wijmo Namespace : wijcalendar type |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijcalendar(); |
Javascript (Specification) | |
---|---|
|
Object
jQuery.wijmo.wijcalendar
Name | Description | |
---|---|---|
![]() | wijcalendar Constructor |
Name | Description | |
---|---|---|
![]() | defaultElement | |
![]() | namespace | |
![]() | options | |
![]() | widgetEventPrefix | |
![]() | widgetFullName | |
![]() | widgetName |
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. |
![]() | disable | |
![]() | enable | |
![]() | getDisplayDate | Gets the valid display date. |
![]() | getSelectedDate | Gets the currently selected date. |
![]() | isPopupShowing | Determines whether the calendar is in the pop-up state. |
![]() | option | |
![]() | 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. |