CMS  Version 3.9
help_pages.inc File Reference

Go to the source code of this file.

Variables

 $help_book_id = checkNumeric($_GET["help_book_id"])
 
 $menu_item = "Online Help"
 
 $helpBook = new HelpBook($help_book_id)
 
 $title = "Help Pages for {$helpBook->title}"
 
 $tabs = OnlineHelpManager::getAdminTabs($help_book_id)
 
 $helppages = $helpBook->Pages("ORDER BY sort_order")
 
 $helpTree = new TreeControl("help_tree")
 
$helpTree height = 300
 
if(count($helppages) > 0) $table = OnlineHelpHelper::buildRootPageTable($helppages, $help_book_id)
 
$table emptyMessage = "There are no help pages."
 
 $script = $helpTree->writeScript()
 

Variable Documentation

◆ $help_book_id

$help_book_id = checkNumeric($_GET["help_book_id"])

Definition at line 37 of file help_pages.inc.

◆ $helpBook

$helpBook = new HelpBook($help_book_id)

Definition at line 42 of file help_pages.inc.

◆ $helppages

$helppages = $helpBook->Pages("ORDER BY sort_order")

Definition at line 47 of file help_pages.inc.

◆ $helpTree

$helpTree = new TreeControl("help_tree")

Definition at line 49 of file help_pages.inc.

◆ $menu_item

$menu_item = "Online Help"

Definition at line 40 of file help_pages.inc.

◆ $script

$script = $helpTree->writeScript()

Definition at line 81 of file help_pages.inc.

◆ $table

if (count( $helppages) > 0) $table = OnlineHelpHelper::buildRootPageTable($helppages, $help_book_id)

Definition at line 78 of file help_pages.inc.

◆ $tabs

Definition at line 45 of file help_pages.inc.

◆ $title

$title = "Help Pages for {$helpBook->title}"

Definition at line 43 of file help_pages.inc.

◆ emptyMessage

$table emptyMessage = "There are no help pages."

Definition at line 79 of file help_pages.inc.

◆ height

$helpTree height = 300

Definition at line 51 of file help_pages.inc.