| ENHANCED CONFIGURATION VARIABLES |
| Variable |
Default |
Description |
| DateFontSize |
5 |
Renamed the FontSize variable from the original
script to better reflect its function.This is the only known incompatibility with the original script. |
| showAltDate |
false |
Adds display of alternate date using result from user
supplied "getAltDate(dy, mo, yr, mode)" function. |
| showHolidays |
false |
Adds display of holidays using result from user supplied
"holidays(dy, mo, yr)" function. |
| showAltHoly |
false |
Adds display of alternate holidays using result from user
supplied "getAltHoly(dy, mo, yr)" function. |
| showMsgBox |
true |
Spans empty cells (before 1st day and after last) for
displaying message boxes. |
| showMini |
true |
Adds display of minimonth of prior and/or next
months if first and/or last boxes are available . |
| showNav |
true |
Display month navigation elements (you might choose to
disable for print-friendly version). |
| showImages |
true |
Display event images (you might choose to disable
for print-friendly version). |
| showLinks |
true |
Display event hyperlinks (you might choose to disable
for print-friendly version). |
| msgBoxColor |
"#ffcc99" |
Color for the background of the message boxes. |
| navColor |
"#ffff99" |
Color for the background of the navigation elements. |
| imageAlign |
"left" |
How to align event images relative to event description
text (left, right, etc.). |
| imageScale |
100 |
Scale factor for event images (you might choose to scale
them down on the print-friendly version). |
| altAlign |
true |
Alternate left/right alignment of event images on the
same date for improved readability. |
| DefaultFormat |
"custom" |
Set to "custom" for compatibility; set to "layer" to simplify
formatting for category layers. |
| ExportPage |
"" |
Name of html page for displaying event text for export
to MS Outlook. |
| PrintPage |
"" |
Name of html page for displaying print-friendly format. |
| AltDateFormat |
Default: "<font color=#999999
size=2>|</font>" Set format tags to wrap around alternate date strings in date boxes. |
| MonthFormat |
Default: "<font size=" + DateFontSize
+ "><b>|</b></font>" Set format tags to wrap around month string on top of calendar. |
| AltMonthFormat |
Default: "<br><font color=#999999
size=" + DateFontSize/2 + ">|</font>" Set format tags to wrap around alternate month string on top of
calendar. |
| HolidayFormat |
Default: "<font color=#999999
size=2><b><center>|</center></b></font>" Set format tags to wrap around holiday
strings in date boxes retrieved from user-supplied "holidays()" function. |
| AltHolyFormat |
Default: "<font size=2><b><center>|</center></b></font>" Set
format tags to wrap around alternate holiday strings in date boxes retrieved from user-supplied "getAltHoly()" function. |
| MsgBoxFormat |
Default: "<font size=2>|</font>" Set
format tags to wrap around message boxes. |
| DefaultLayerFormat |
Default: "<font size=2>|</font>" Set
format tags to wrap around event descriptions (unless overriden for an entire category layer by a "DefineLayer()" function
call. |