calendar_basic_monthcalendar_basic_month [ -calendar_details calendar_details ] \
[ -date date ] [ -days_of_week days_of_week ] \
[ -large_calendar_p large_calendar_p ] \
[ -master_bgcolor master_bgcolor ] \
[ -header_bgcolor header_bgcolor ] \
[ -header_text_color header_text_color ] \
[ -header_text_size header_text_size ] \
[ -day_number_template day_number_template ] \
[ -day_header_size day_header_size ] \
[ -day_header_bgcolor day_header_bgcolor ] \
[ -calendar_width calendar_width ] [ -day_bgcolor day_bgcolor ] \
[ -today_bgcolor today_bgcolor ] \
[ -day_text_color day_text_color ] \
[ -empty_bgcolor empty_bgcolor ] \
[ -next_month_template next_month_template ] \
[ -prev_month_template prev_month_template ] \
[ -prev_next_links_in_title prev_next_links_in_title ] \
[ -fill_all_days fill_all_days ]
Defined in tcl/ad-calendar-widget.tclReturns a calendar for a specific month, with details supplied by Julian date. Defaults to this month.
To specify details for the individual days (if large_calendar_p is set) put data in an ns_set calendar_details. The key is the Julian date of the day, and the value is a string (possibly with HTML formatting) that represents the details.
- Switches:
-
-calendar_details (optional)
-date (optional)
-days_of_week (defaults to "Sunday Monday Tuesday Wednesday Thursday Friday Saturday" )
-large_calendar_p (defaults to "1" )
-master_bgcolor (defaults to "black" )
-header_bgcolor (defaults to "black" )
-header_text_color (defaults to "white" )
-header_text_size (defaults to "+2" )
-day_number_template (defaults to "$day_number" )
-day_header_size (defaults to "2" )
-day_header_bgcolor (defaults to "#666666" )
-calendar_width (defaults to "100%" )
-day_bgcolor (defaults to "#DDDDDD" )
-today_bgcolor (defaults to "#DDDDDD" )
-day_text_color (defaults to "white" )
-empty_bgcolor (defaults to "white" )
-next_month_template (optional)
-prev_month_template (optional)
-prev_next_links_in_title (defaults to "0" )
-fill_all_days (defaults to "0" )
|