[org.openpsa.calendarwidget] element index

Package indexes

All elements
c d e f g i m o r s t y _
_
top
Variable $_reservations_shown
Cache of reservations we've shown already
Variable $_resources
Resources and reservations to be rendered in the calendar as PHP array
Variable $_timestamp_cache
Cache of different timestamps used internally
Method _calculate_height
Method _get_day_slots
Method _get_reservations_between
Method _hcalendar_from_reservations
Method _on_initialize
Method _show_day
Method _show_day_verbose_horizontal
Method _show_day_verbose_vertical
Method _show_month
Method _show_week_verbose
c
top
Variable $calendar_slot_length
Length of default reservation slots, in seconds
Variable $cell_height
How high the reservation cell units should be Value must be integer of pixels
Variable $column_width
How wide the reservation columns should be Value must be a valid CSS size option (pixels, percentage, em)
d
top
Variable $day
Day being currently shown
e
top
Variable $end_hour
Hour to end the day view
f
top
Variable $free_div_options
Optional HTML attributes for free slot <div />s
g
top
Method get_day_end
Get end timestamp of the current day
Method get_day_start
Get start timestamp of the current day
Method get_month_end
Get end timestamp of the current month
Method get_month_start
Get start timestamp of the current month
Method get_week_end
Get end timestamp of the selected week. Use this to tune queries for selecting reservations
Method get_week_start
Get start timestamp of the selected week. Use this to tune queries for selecting reservations
i
top
Page interfaces.php
interfaces.php in interfaces.php
m
top
Variable $month
Month being currently shown
Page main.php
main.php in main.php
o
top
Method org_openpsa_calendarwidget
Initializes the class and sets the selected date to be shown
Class org_openpsa_calendarwidget
Class for rendering calendar widgets
Method org_openpsa_calendarwidget_interface
Class org_openpsa_calendarwidget_interface
OpenPSA calendar widget for displaying week, month and day calendars
r
top
Variable $reservation_div_options
Optional HTML attributes for reservation slot <div />s
s
top
Variable $start_hour
Hour to start the day view
Method show
Show the selected calendar. Outputs XHTML.
t
top
Variable $type
Which calendar are we showing, Use constants like ORG_OPENPSA_CALENDARWIDGET_MONTH
y
top
Variable $year
Year being currently shown
c d e f g i m o r s t y _