4 include_once(
"./Services/Repository/classes/class.ilRepositorySelectorExplorerGUI.php");
24 public function __construct($a_parent_obj, $a_parent_cmd, $a_link_type)
26 $this->link_type = $a_link_type;
37 $this->clickable_type = $a_val;
47 return $this->clickable_type;
55 return "il.IntLink.selectLinkTargetObject('" . $a_node[
"type"] .
"','" . $a_node[
"child"] .
"','" . $this->link_type .
"'); return(false);";
Internal Link: Repository Item Selector Explorer.
Explorer for selecting repository items.
isNodeClickable($a_node)
Is node clickable?
getNodeOnClick($a_node)
Get onclick attribute.
setClickableType($a_val)
Set clickable type.
__construct($a_parent_obj, $a_parent_cmd, $a_link_type)
Constructor.
__construct(Container $dic, ilPlugin $plugin)
getClickableType()
Get clickable type.
getNodeHref($a_node)
Get href for node.