33 require_once(
"./Services/UIComponent/Explorer/classes/class.ilExplorer.php");
61 parent::__construct($a_target);
63 $this->root_id = $this->tree->readRootId();
64 $this->order_column =
"title";
84 $this->clickable_types = $a_types;
89 if (in_array(
$a_type, $this->clickable_types))
98 $this->target_class = $a_class;
102 return $this->target_class ? $this->target_class :
'ilsearchgui';
110 return $this->cmd ? $this->cmd :
'selectRoot';
115 $this->selectable_type =
$a_type;
119 $this->ref_id = $a_ref_id;
125 $this->ctrl->setParameterByClass($this->
getTargetClass(),
"root_id",$a_node_id);
145 if ($rbacsystem->checkAccess(
"read", $a_ref_id))
167 #$tpl = new ilTemplate("tpl.tree.html", true, true, "Services/UIComponent/Explorer"); 169 if (in_array(
"root", $this->clickable_types))
171 $tpl->setCurrentBlock(
"link");
174 $this->ctrl->setParameterByClass($this->
getTargetClass(),
'root_id',ROOT_FOLDER_ID);
175 $tpl->setVariable(
"LINK_TARGET",$this->ctrl->getLinkTargetByClass($this->getTargetClass(),$this->
getCmd()));
176 $tpl->setVariable(
"TITLE", $lng->txt(
"repository"));
178 $tpl->parseCurrentBlock();
181 #$this->output[] = $tpl->get();
setClickableTypes($a_types)
setFilterMode($a_mode=IL_FM_NEGATIVE)
set filter mode
const TITLE_LENGTH
max length of object title
__construct($a_target)
Constructor public.
setTitleLength($a_length)
Set max title length.
isClickable($a_type, $a_ref_id=0)
setFiltered($a_bool)
active/deactivate the filter public
buildLinkTarget($a_node_id, $a_type)
buildFrameTarget($a_type, $a_child=0, $a_obj_id=0)
Create styles array
The data for the language used.
Class ilExplorer class for explorer view in admin frame.
setSelectableType($a_type)
setSessionExpandVariable($a_var_name="expand")
set name of expand session variable
addFilter($a_item)
adds item to the filter public
formatHeader($tpl, $a_obj_id, $a_option)
overwritten method from base class public