![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$menu_item = "Online Help" | |
$help_book_id = checkNumeric($_GET["help_book_id"]) | |
$helpBook = new HelpBook() | |
if($help_book_id) | else |
$tabs = OnlineHelpManager::getAdminTabs($help_book_id) | |
$form = new AutoForm($helpBook) | |
$form | allowDelete = true |
if($method=="POST") | $script = $form->writeScript() |
$form = new AutoForm($helpBook) |
Definition at line 54 of file help_book_form.inc.
$help_book_id = checkNumeric($_GET["help_book_id"]) |
Definition at line 38 of file help_book_form.inc.
$helpBook = new HelpBook() |
Definition at line 40 of file help_book_form.inc.
$menu_item = "Online Help" |
Definition at line 37 of file help_book_form.inc.
if ( $method=="POST") $script = $form->writeScript() |
Definition at line 71 of file help_book_form.inc.
$tabs = OnlineHelpManager::getAdminTabs($help_book_id) |
Definition at line 52 of file help_book_form.inc.
$form allowDelete = true |
Definition at line 61 of file help_book_form.inc.
if ( $help_book_id) else |
Definition at line 47 of file help_book_form.inc.