![]() |
CMS
Version 3.9
|
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() | |
$glossary = Query::create(Glossary, "ORDER BY term ASC")->execute() |
Definition at line 6 of file glossaries.inc.
$menu_item = "Glossary" |
Definition at line 5 of file glossaries.inc.
$script = $table->writeScript() |
Definition at line 18 of file glossaries.inc.
$table = new DataListView($glossary, "Glossaries") |
Definition at line 8 of file glossaries.inc.
$table cssStyle = "width: 100%" |
Definition at line 14 of file glossaries.inc.
$table emptyMessage = "There are no terms in the glossary." |
Definition at line 16 of file glossaries.inc.
$table excelFile = "glossary.xls" |
Definition at line 15 of file glossaries.inc.
$table filter = true |
Definition at line 13 of file glossaries.inc.
$table sortable = true |
Definition at line 12 of file glossaries.inc.