![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$menu_item = "Context Help" | |
$title = "Context-Sensitive Help" | |
$page_role = "admin" | |
$help_id = checkNumeric($_GET["help_id"]) | |
$field = ($_GET["field"]) | |
$className = ($_GET["class_name"]) | |
$help = new ContextHelp() | |
if(! $help_id) | else |
$help | filter = new ExclusionFilter("criteria") |
$form = new AutoForm($help) | |
$form | allowDelete = true |
$redirect = "/admin/context_help_list" | |
if($method=="POST") | $script = $form->writeScript() |
$className = ($_GET["class_name"]) |
Definition at line 45 of file context_help_form.inc.
$field = ($_GET["field"]) |
Definition at line 44 of file context_help_form.inc.
$form = new AutoForm($help) |
Definition at line 63 of file context_help_form.inc.
$help = new ContextHelp() |
Definition at line 50 of file context_help_form.inc.
$help_id = checkNumeric($_GET["help_id"]) |
Definition at line 43 of file context_help_form.inc.
$menu_item = "Context Help" |
Definition at line 37 of file context_help_form.inc.
$page_role = "admin" |
Definition at line 40 of file context_help_form.inc.
$redirect = "/admin/context_help_list" |
Definition at line 66 of file context_help_form.inc.
if ( $method=="POST") $script = $form->writeScript() |
Definition at line 76 of file context_help_form.inc.
$title = "Context-Sensitive Help" |
Definition at line 39 of file context_help_form.inc.
$form allowDelete = true |
Definition at line 64 of file context_help_form.inc.
if (! $help_id) else |
Definition at line 57 of file context_help_form.inc.
$help filter = new ExclusionFilter("criteria") |
Definition at line 62 of file context_help_form.inc.