The means to output collections of events formatted as a calendar grid with brief info about each event
Intended to show all events in a date range.
See CalendarSolution_List_Calendar::get_rendering() for details.
Located in /include/CalendarSolution/List/Calendar.php (line 28)
CalendarSolution | --CalendarSolution_List | --CalendarSolution_List_Calendar
The type of view this class represents
Inherited from CalendarSolution_List
CalendarSolution_List::$cache_count_key
CalendarSolution_List::$cache_key
CalendarSolution_List::$called_set_prior_and_next_dates
CalendarSolution_List::$called_set_request_properties
CalendarSolution_List::$category_id
CalendarSolution_List::$category_id_not
CalendarSolution_List::$data
CalendarSolution_List::$frequent_event_id
CalendarSolution_List::$frequent_event_id_not
CalendarSolution_List::$from
CalendarSolution_List::$interval_spec
CalendarSolution_List::$is_own_event
CalendarSolution_List::$limit_quantity
CalendarSolution_List::$limit_start
CalendarSolution_List::$next_from
CalendarSolution_List::$next_to
CalendarSolution_List::$page_id
CalendarSolution_List::$permit_future_date
CalendarSolution_List::$permit_history_date
CalendarSolution_List::$prior_from
CalendarSolution_List::$prior_to
CalendarSolution_List::$show_cancelled
CalendarSolution_List::$show_location
CalendarSolution_List::$show_own_events_first
CalendarSolution_List::$show_summary
CalendarSolution_List::$time_format
CalendarSolution_List::$to
CalendarSolution_List::$total_rows
CalendarSolution_List::$where_sql
Inherited from CalendarSolution
CalendarSolution::$cache
CalendarSolution::$cache_available
CalendarSolution::$csrf_token_name
CalendarSolution::$http_host
CalendarSolution::$sql
CalendarSolution::$uri
CalendarSolution::$use_cache
Determine how many months to display
Produces a list of events laid out in a calendar grid format
Intended to show all events in a date range.
Defaults to showing all events between the first day of this month and the last day of the month two months from today. The date range can be adjusted using set_from() and set_to().
This method automatically checks web browsers' requests to determine what data each user is looking for. See CalendarSolution_List::set_request_properties() for specifics.
Cascading Style Sheet notes: the month is contained within "table.cs_list_calendar". Each event is wrapped by a "div.cs_item" which has additional multiple class attributes:
Sets the "from" property to the first day of the given month
CalendarSolution_List_Calendar::set_from() defaults to the first day of today's month. CalendarSolution_List::set_from() defaults to today.
NOTE: "from" is reset to "permit_history_date" if "from" is earlier than "permit_history_date"
Inherited From CalendarSolution_List
CalendarSolution_List::__construct()
CalendarSolution_List::factory_chosen_view()
CalendarSolution_List::get_change_view()
CalendarSolution_List::get_css_name()
CalendarSolution_List::get_date_navigation()
CalendarSolution_List::get_limit_form()
CalendarSolution_List::get_limit_navigation()
CalendarSolution_List::get_link()
CalendarSolution_List::get_view()
CalendarSolution_List::interval_singleton()
CalendarSolution_List::run_query()
CalendarSolution_List::set_category_id()
CalendarSolution_List::set_category_id_not()
CalendarSolution_List::set_date_format()
CalendarSolution_List::set_frequent_event_id()
CalendarSolution_List::set_frequent_event_id_not()
CalendarSolution_List::set_from()
CalendarSolution_List::set_is_own_event()
CalendarSolution_List::set_limit()
CalendarSolution_List::set_page_id()
CalendarSolution_List::set_permit_future_months()
CalendarSolution_List::set_permit_history_months()
CalendarSolution_List::set_prior_and_next_dates()
CalendarSolution_List::set_request_properties()
CalendarSolution_List::set_show_cancelled()
CalendarSolution_List::set_show_location()
CalendarSolution_List::set_show_own_events_first()
CalendarSolution_List::set_show_summary()
CalendarSolution_List::set_time_format()
CalendarSolution_List::set_to()
CalendarSolution_List::set_where_sql()
Inherited From CalendarSolution
CalendarSolution::__construct()
CalendarSolution::convert_windows_characters()
CalendarSolution::escape_data_for_html()
CalendarSolution::escape_for_icalendar()
CalendarSolution::flush_cache()
CalendarSolution::format_date()
CalendarSolution::get_admin_navigation()
CalendarSolution::get_credit()
CalendarSolution::get_css()
CalendarSolution::get_date_from_request()
CalendarSolution::get_errors()
CalendarSolution::get_event_formatted_icalendar()
CalendarSolution::get_int_array_from_request()
CalendarSolution::get_int_from_request()
CalendarSolution::get_string_from_request()
CalendarSolution::is_admin()
CalendarSolution::is_cache_available()
CalendarSolution::set_data_empty()
CalendarSolution::set_data_from_post()
CalendarSolution::set_uri()
CalendarSolution::validate_csrf_token()
Inherited from CalendarSolution
CalendarSolution::DATE_FORMAT_FULL
CalendarSolution::DATE_FORMAT_ICALENDAR
CalendarSolution::DATE_FORMAT_LONG
CalendarSolution::DATE_FORMAT_MEDIUM
CalendarSolution::DATE_FORMAT_NAME_NUMBER
CalendarSolution::DATE_FORMAT_SHORT
CalendarSolution::DATE_FORMAT_TIME_12AP
CalendarSolution::DATE_FORMAT_TIME_24
CalendarSolution::DATE_FORMAT_TIME_ICALENDAR
CalendarSolution::LINK_TO_CALENDAR_URI
CalendarSolution::LINK_TO_DETAIL_PAGE
CalendarSolution::LINK_TO_FREQUENT_EVENT_URI
CalendarSolution::LINK_TO_NONE
CalendarSolution::STATUS_CANCELLED
CalendarSolution::STATUS_FULL
CalendarSolution::STATUS_OPEN
Documentation generated on Wed, 21 Mar 2012 14:16:41 -0400 by phpDocumentor 1.4.4