![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$menu_item = "Tool Hints" | |
$texts = Query::create(ToolHint, "ORDER BY code")->execute() | |
$table = new DataListView($texts, "toolHints") | |
$table | sortable = true |
$table | filter = true |
$table | pageSize = 10 |
$table | emptyMessage = "No tool hints have been defined." |
$script = $table->writeScript() | |
$menu_item = "Tool Hints" |
Definition at line 38 of file tool_hints.inc.
$script = $table->writeScript() |
Definition at line 51 of file tool_hints.inc.
$table = new DataListView($texts, "toolHints") |
Definition at line 42 of file tool_hints.inc.
$texts = Query::create(ToolHint, "ORDER BY code")->execute() |
Definition at line 40 of file tool_hints.inc.
$table emptyMessage = "No tool hints have been defined." |
Definition at line 49 of file tool_hints.inc.
$table filter = true |
Definition at line 47 of file tool_hints.inc.
$table pageSize = 10 |
Definition at line 48 of file tool_hints.inc.
$table sortable = true |
Definition at line 46 of file tool_hints.inc.