CMS  Version 3.9
glossaries.inc File Reference

Go to the source code of this file.

Variables

 $menu_item = "Glossary"
 
 $glossary = Query::create(Glossary, "ORDER BY term ASC")->execute()
 
 $table = new DataListView($glossary, "Glossaries")
 
$table sortable = true
 
$table filter = true
 
$table cssStyle = "width: 100%"
 
$table excelFile = "glossary.xls"
 
$table emptyMessage = "There are no terms in the glossary."
 
 $script = $table->writeScript()
 

Variable Documentation

◆ $glossary

$glossary = Query::create(Glossary, "ORDER BY term ASC")->execute()

Definition at line 6 of file glossaries.inc.

◆ $menu_item

$menu_item = "Glossary"

Definition at line 5 of file glossaries.inc.

◆ $script

$script = $table->writeScript()

Definition at line 18 of file glossaries.inc.

◆ $table

$table = new DataListView($glossary, "Glossaries")

Definition at line 8 of file glossaries.inc.

◆ cssStyle

$table cssStyle = "width: 100%"

Definition at line 14 of file glossaries.inc.

◆ emptyMessage

$table emptyMessage = "There are no terms in the glossary."

Definition at line 16 of file glossaries.inc.

◆ excelFile

$table excelFile = "glossary.xls"

Definition at line 15 of file glossaries.inc.

◆ filter

$table filter = true

Definition at line 13 of file glossaries.inc.

◆ sortable

$table sortable = true

Definition at line 12 of file glossaries.inc.