» Forums
» The DHTML Calendar
» General discussion
» disabled dates - clicking on month-button
disabled dates - clicking on month-button
2006/04/28 12:59
Viewed 5200 times
Replies: 1/3

As mentioned earlier several times, there is a major bug: when clicking on the button to go to the next month/year, the related (input) field gets updated, even when the field is disabled.

I've just tested the commercial version (Zapatec) and it looks like the problem doesn't exist there. The related field gets only updated when clicked on a date itself, not on any other button (e.g. the button to go to the next month).

This looks like a possible solution for the bug. Is this enhancement planned to go upstream? Or will this change only be applied in the zapatec-version (or call it zapatec-fork)?

Re: disabled dates - clicking on month-button
2006/06/13 18:50
Viewed 6337 times
Replies: 1/2

Have you or anyone else solved this prob??

TIA
Frnk

last
Re[2]: disabled dates - clicking on month-button
2006/06/15 12:57
Viewed 7998 times
Replies: 1/1
by furu

<script type="text/javascript">
Calendar.setup
({
...
...
electric : false,
...
});
</script>

electric | if true (default) then given fields/date areas are updated for each move; otherwise they're updated only on close

last
Google