From jQuery JavaScript Library
« Back to Plugins/Calendar
setDefaults( settings )
Change the default settings for all calendars.
Arguments:| settings | Options | |
|---|
| The new settings for all calendars. |
Examples:| Name | Type |
Set all calendars to open on focus or a click on an icon.
popUpCal.setDefaults({autoPopUp: 'both', buttonImageOnly: true, buttonImage: 'calendar.gif', buttonText: 'Calendar'});