![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$menu_item = "Online Help" | |
$helpBooks = Query::create(HelpBook, "ORDER BY title")->execute() | |
$table = new DataListView($helpBooks, "help_books") | |
$table | pageSize = 0 |
$table | emptyMessage = "No Help Books have been created." |
$script = $table->writeScript() | |
Definition at line 39 of file help_books.inc.
$menu_item = "Online Help" |
Definition at line 37 of file help_books.inc.
$script = $table->writeScript() |
Definition at line 51 of file help_books.inc.
$table = new DataListView($helpBooks, "help_books") |
Definition at line 41 of file help_books.inc.
$table emptyMessage = "No Help Books have been created." |
Definition at line 49 of file help_books.inc.
$table pageSize = 0 |
Definition at line 48 of file help_books.inc.