bgneal@1: // Inserts shortcut buttons after all of the following: bgneal@1: // bgneal@1: // bgneal@1: bgneal@1: var DateTimeShortcuts = { bgneal@1: calendars: [], bgneal@1: calendarInputs: [], bgneal@1: clockInputs: [], bgneal@1: calendarDivName1: 'calendarbox', // name of calendar
that gets toggled bgneal@1: calendarDivName2: 'calendarin', // name of
that contains calendar bgneal@1: calendarLinkName: 'calendarlink',// name of the link that is used to toggle bgneal@1: clockDivName: 'clockbox', // name of clock
that gets toggled bgneal@1: clockLinkName: 'clocklink', // name of the link that is used to toggle bgneal@1: admin_media_prefix: '', bgneal@1: init: function() { bgneal@1: // Deduce admin_media_prefix by looking at the