5 include_once(
"./Services/UIComponent/Explorer2/classes/class.ilTreeExplorerGUI.php");
36 $this->ctrl = $DIC->ctrl();
37 include_once(
"./Services/Taxonomy/classes/class.ilTaxonomyTree.php");
42 $this->
id =
"tax_expl_" . $this->tax_tree->getTreeId();
44 include_once(
"./Services/Taxonomy/classes/class.ilObjTaxonomy.php");
51 $this->target_gui = $a_target_gui;
52 $this->target_cmd = $a_target_cmd;
67 if ($rn[
"child"] == $a_node[
"child"]) {
70 return $a_node[
"title"];
84 if (!$this->onclick && $this->target_gui !=
"") {
85 $ilCtrl->setParameterByClass($this->target_gui,
"tax_node", $a_node[
"child"]);
86 if (is_array($this->parent_obj)) {
88 $href =
$ilCtrl->getLinkTargetByClass($this->parent_obj, $this->target_cmd);
91 $href =
$ilCtrl->getLinkTargetByClass($this->target_gui, $this->target_cmd);
93 if (isset(
$_GET[
"tax_node"]) && !is_array(
$_GET[
'tax_node'])) {
121 if ((!$this->onclick && $a_node[
"child"] ==
$_GET[
"tax_node"]) ||
122 ($this->onclick && is_array($this->selected_nodes) && in_array($a_node[
"child"], $this->selected_nodes))) {
130 $this->onclick = $a_value;
135 if ($this->onclick) {
136 return str_replace(
"{NODE_CHILD}", $a_node[
"child"], $this->onclick);
139 return parent::getNodeOnClick($a_node);
getNodeIcon($a_node)
Get node icon.
getNodeHref($a_node)
Get node href.
Taxonomy explorer GUI class.
static _lookupTitle($a_id)
lookup object title
isNodeHighlighted($a_node)
setPreloadChilds($a_val)
Set preload childs.
static lookupSortingMode($a_id)
Lookup sorting mode.
__construct( $a_parent_obj, $a_parent_cmd, $a_tax_id, $a_target_gui, $a_target_cmd, $a_id="")
Constructor.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
getNodeContent($a_node)
Get content of node.
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
getRootNode()
Get root node.
Explorer class that works on tree objects (Services/Tree)
__construct(Container $dic, ilPlugin $plugin)
setOrderField($a_val, $a_numeric=false)
Set order field.