Interface zebkit.ui.date.PopupCalendarMix | <zebkit.ui.date> |
Popup calendar interface. The interface should be mixed to components that need to show popup calendar.
public
<zebkit.ui.date.Calendar>
getCalendar ( )
Get calendar component.
Returns:
<zebkit.ui.date.Calendar>
a calendar |
public
chainable
hideCalendar ( )
Hide calendar that has been shown as popup window. |
public
chainable
showCalendar (anchor )
Show calendar as popup window for the given anchor component Parameters:
|