calendarxp Site Admin
Joined: 30 Jan 2005 Posts: 409
|
Posted: Fri Feb 18, 2005 4:21 am Post subject: How to set the calendar to only enable dates with special event or holiday? |
|
|
Just find the following code inside fHoliday() function in the agenda.js:
Code: | function fHoliday() {
...
return rE?rE:r;
} |
and replace the last line with:
Code: | return rE?rE:r?r:["Not selectable",null]; |
_________________ Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved. |
|