52 if (!file_exists(
$helpDir))
continue;
54 $helpMap =
$helpDir . DIRECTORY_SEPARATOR .
"help.inc";
56 if (file_exists($helpMap))
61 $node =
new TreeNode(
"helppage_{$component->name}",
$title,
null,
false,
"tree_node_closed",
"tree_node_open",
"/action/admin/page?src={$component->name}&page={$help_map['default']}",
"Two");
62 $node->leafStyle =
"file_node_leaf";
66 $child =
new TreeNode(
"helppage_{$component->name}_{$identifier}",
$title,
null,
false,
"tree_node_closed",
"tree_node_open",
"/action/admin/page?src={$component->name}&page={$identifier}",
"Two");
67 $child->leafStyle =
"file_node_leaf";
72 $child->checked =
true;
82 $node =
new TreeNode(
"helppage_{$component->name}", prettify(
$component->name),
null,
false,
"tree_node_closed",
"tree_node_open",
"/action/admin/page?src={$component->name}&page=",
"Two");
83 $node->leafStyle =
"file_node_leaf";
86 foreach($files as
$file)
88 if (endsWith(
$file,
".inc"))
92 $child =
new TreeNode(
"helppage_{$component->name}_{$identifier}", prettify(
$identifier),
null,
false,
"tree_node_closed",
"tree_node_open",
"/action/admin/page?src={$component->name}&page={$identifier}",
"Two");
93 $child->leafStyle =
"file_node_leaf";
99 $child->checked =
true;
foreach($components as $component) $script
static startFrame($class)
static usingFeature()
Uses the specified framework feature(s).
static using()
Import the datamodels, views and manifest for the specified component(s).