mini_calendar_widget

EveAndersson.com : API Browser : mini_calendar_widget

mini_calendar_widget

mini_calendar_widget [ base_url ] [ current_view ] [ current_date ] \
    [ group_id ] [ pass_in_vars ]
Defined in tcl/ad-calendar-widget.tcl

"This proc creates a mini calendar useful for navigating various calendar views. It takes a base url, which is the url to which this mini calendar will navigate. pass_in_vars, if defined, can be url variables to be set in base_url. They should be in the format returned by export_url_vars This proc will set 2 variables in that url's environment: the current view and the current date. Valid views are list, day, week, month, and year. The current_date must be formatted YYYY-MM-DD."

Parameters:
base_url (optional)
current_view (optional)
current_date (optional)
group_id (defaults to "0")
pass_in_vars (optional)
[ show source ]

Show another procedure:

eve@eveandersson.com