![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$title = "Calendars" | |
$calendars = query(Calendar, "ORDER BY name") | |
$menu_item = "Calendars" | |
$table = new DataListView($calendars, "calendars") | |
$table | sortable = true |
$table | filter = true |
$table | pageSize = 20 |
$table | emptyMessage = "No Calendars defined" |
$script = $table->writeScript() | |
$calendars = query(Calendar, "ORDER BY name") |
Definition at line 39 of file calendars.inc.
$menu_item = "Calendars" |
Definition at line 41 of file calendars.inc.
$script = $table->writeScript() |
Definition at line 52 of file calendars.inc.
$table = new DataListView($calendars, "calendars") |
Definition at line 43 of file calendars.inc.
$title = "Calendars" |
Definition at line 37 of file calendars.inc.
$table emptyMessage = "No Calendars defined" |
Definition at line 50 of file calendars.inc.
$table filter = true |
Definition at line 48 of file calendars.inc.
$table pageSize = 20 |
Definition at line 49 of file calendars.inc.
$table sortable = true |
Definition at line 47 of file calendars.inc.