CMS  Version 3.9
tool_hints.inc File Reference

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

Variable Documentation

◆ $menu_item

$menu_item = "Tool Hints"

Definition at line 38 of file tool_hints.inc.

◆ $script

$script = $table->writeScript()

Definition at line 51 of file tool_hints.inc.

◆ $table

$table = new DataListView($texts, "toolHints")

Definition at line 42 of file tool_hints.inc.

◆ $texts

$texts = Query::create(ToolHint, "ORDER BY code")->execute()

Definition at line 40 of file tool_hints.inc.

◆ emptyMessage

$table emptyMessage = "No tool hints have been defined."

Definition at line 49 of file tool_hints.inc.

◆ filter

$table filter = true

Definition at line 47 of file tool_hints.inc.

◆ pageSize

$table pageSize = 10

Definition at line 48 of file tool_hints.inc.

◆ sortable

$table sortable = true

Definition at line 46 of file tool_hints.inc.