Public Member Functions | |
__construct ($pageId, $userId, $action, $module, $showLinks=false) | |
toArray () | |
toHtml ($treeContainerId, $treeId, $inputBoxId="") |
Definition at line 160 of file tree.lib.php.
__construct | ( | $ | pageId, | |
$ | userId, | |||
$ | action, | |||
$ | module, | |||
$ | showLinks = false | |||
) |
Definition at line 203 of file tree.lib.php.
toArray | ( | ) |
Definition at line 214 of file tree.lib.php.
toHtml | ( | $ | treeContainerId, | |
$ | treeId, | |||
$ | inputBoxId = "" | |||
) |
Return the tree as an HTML snippet.
$inputBoxId | the name of the input box whose value the tree will change by default. If no parameter is specified, it has an input box of its own. |
Definition at line 224 of file tree.lib.php.