CMS  Version 3.9
help_book_form.inc File Reference

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_idelse
 
 $tabs = OnlineHelpManager::getAdminTabs($help_book_id)
 
 $form = new AutoForm($helpBook)
 
$form allowDelete = true
 
if($method=="POST") $script = $form->writeScript()
 

Variable Documentation

◆ $form

$form = new AutoForm($helpBook)

Definition at line 54 of file help_book_form.inc.

◆ $help_book_id

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

Definition at line 38 of file help_book_form.inc.

◆ $helpBook

$helpBook = new HelpBook()

Definition at line 40 of file help_book_form.inc.

◆ $menu_item

$menu_item = "Online Help"

Definition at line 37 of file help_book_form.inc.

◆ $script

if ( $method=="POST") $script = $form->writeScript()

Definition at line 71 of file help_book_form.inc.

◆ $tabs

Definition at line 52 of file help_book_form.inc.

◆ allowDelete

$form allowDelete = true

Definition at line 61 of file help_book_form.inc.

◆ else

if ( $help_book_id) else
Initial value:
{
$title = "New Help Book"

Definition at line 47 of file help_book_form.inc.