CMS  Version 3.9
calendars.inc File Reference

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()
 

Variable Documentation

◆ $calendars

$calendars = query(Calendar, "ORDER BY name")

Definition at line 39 of file calendars.inc.

◆ $menu_item

$menu_item = "Calendars"

Definition at line 41 of file calendars.inc.

◆ $script

$script = $table->writeScript()

Definition at line 52 of file calendars.inc.

◆ $table

$table = new DataListView($calendars, "calendars")

Definition at line 43 of file calendars.inc.

◆ $title

$title = "Calendars"

Definition at line 37 of file calendars.inc.

◆ emptyMessage

$table emptyMessage = "No Calendars defined"

Definition at line 50 of file calendars.inc.

◆ filter

$table filter = true

Definition at line 48 of file calendars.inc.

◆ pageSize

$table pageSize = 20

Definition at line 49 of file calendars.inc.

◆ sortable

$table sortable = true

Definition at line 47 of file calendars.inc.