CalendarView icon indicating copy to clipboard operation
CalendarView copied to clipboard

A lightweight calendar widget for the Prototype JavaScript framework.

Results 8 CalendarView issues
Sort by recently updated
recently updated
newest added

Hii Ive just downloaded your plugin i want to disable all past from today's date please help and also how to change date format to dd-mm-yyyy

I'm trying to use the closeHandler parameter to run my function after the calendar pop-up closes. When I run it like this: Calendar.setup( { dateField: 'txtDeparture', triggerElement: 'departureBtn', closeHandler: 'updateFunc'...

We germans like the monday for the first Day of the week, so I changed the Arrays for the Daynames and ``` // Calculate the first day to display (including...

To this end, I extended the constructor of Calendar to be able to get an arbitrary number of parameters, like so:

To style days in the past and the future, I needed classes for it. Lines 362++ // Today, past and future if (date.getFullYear() == thisYear && date.getMonth() == thisMonth &&...

Does not instruct you to use prototype.js which is required, also uses function CalendarView which cannot be found.

Currently all the lines in the the main library are not terminated in semi-colon, thus making it's impossible to minify and pack the javascript using asset_packager. I have a semi-colonized...

First Off: Big fan of the library! I'm having issues using the calendar view when the input element and/or trigger element are displayed from within a Modalbox. The only way...