| calendar( options ) | Returns: jQuery |
| The method that you use to create a new calendar. |
| dialogCalendar( dateText, onSelect, settings, pos ) | Returns: void |
| Open a calendar in a "dialog" box. |
| disableFor( target ) | Returns: void |
| Disable an input field and its attached calendar. |
| enableFor( target ) | Returns: void |
| Enable an input field and its attached calendar. |
| getDateFor( control ) | Returns: Date |
| Retrieve the current date from the calendar attached to an input field. |
| reconfigureFor( control, settings ) | Returns: void |
| Change the settings for a previously attached calendar. |
| setDateFor( control, date ) | Returns: void |
| Set the current date for the calendar attached to an input field. |
| setDefaults( settings ) | Returns: void |
| Change the default settings for all calendars. |
| showFor( target ) | Returns: void |
| Call up a previously attached calendar. |