CMS  Version 3.9
tree.inc File Reference

Go to the source code of this file.

Variables

 $src = $_GET["src"]
 
 $page = $_GET["page"]
 
 $components = Query::create(Component, "WHERE enabled=1 ORDER BY name")->execute()
 
 $helpTree = new TreeControl("help_tree")
 
$helpTree scroll = false
 
$helpTree width = "100%"
 
$helpTree style = "help_tree"
 
foreach($components as $component) $script = $helpTree->writeScript()
 

Variable Documentation

◆ $components

$components = Query::create(Component, "WHERE enabled=1 ORDER BY name")->execute()

Definition at line 41 of file tree.inc.

◆ $helpTree

$helpTree = new TreeControl("help_tree")

Definition at line 43 of file tree.inc.

◆ $page

$page = $_GET["page"]

Definition at line 39 of file tree.inc.

◆ $script

foreach ( $components as $component) $script = $helpTree->writeScript()

Definition at line 108 of file tree.inc.

◆ $src

$src = $_GET["src"]

Definition at line 38 of file tree.inc.

◆ scroll

$helpTree scroll = false

Definition at line 44 of file tree.inc.

◆ style

$helpTree style = "help_tree"

Definition at line 46 of file tree.inc.

◆ width

$helpTree width = "100%"

Definition at line 45 of file tree.inc.