4 include_once
'./Services/UIComponent/Explorer/classes/class.ilExplorer.php';
26 public function __construct($a_target, $a_server_id, $a_mid, $a_tree_id)
32 parent::__construct($a_target);
34 $this->type = self::SEL_TYPE_CHECK;
39 $this->filter = array();
42 $this->server_id = $a_server_id;
44 $this->tree_id = $a_tree_id;
73 $this->form_items[
$type] =
true;
78 $this->form_items[
$type] =
false;
83 $this->checked_items = $a_checked_items;
88 return in_array($a_id, $this->checked_items) ? true :
false;
93 $this->post_var = $a_post_var;
102 if (!array_key_exists(
$a_type, $this->form_items) || !$this->form_items[
$a_type]) {
106 include_once
'./Services/WebServices/ECS/classes/Tree/class.ilECSCmsData.php';
117 switch ($this->type) {
118 case self::SEL_TYPE_CHECK:
122 case self::SEL_TYPE_RADIO:
134 if (!isset($a_node_id)
or !is_array($a_option)) {
135 $this->
ilias->raiseError(get_class($this) .
"::formatObject(): Missing parameter or wrong datatype! " .
136 "node_id: " . $a_node_id .
" options:" . var_dump($a_option), $this->
ilias->error_obj->WARNING);
140 foreach ($a_option[
"tab"] as $picture) {
141 if ($picture ==
'plus') {
142 $tpl->setCurrentBlock(
"expander");
143 $tpl->setVariable(
"EXP_DESC",
$lng->txt(
"expand"));
145 $tpl->setVariable(
"LINK_NAME", $a_node_id);
146 $tpl->setVariable(
"LINK_TARGET_EXPANDER",
$target);
147 $tpl->setVariable(
"IMGPATH", $this->
getImage(
"browser/plus.png"));
148 $tpl->parseCurrentBlock();
152 if ($picture ==
'minus' && $this->show_minus) {
153 $tpl->setCurrentBlock(
"expander");
154 $tpl->setVariable(
"EXP_DESC",
$lng->txt(
"collapse"));
156 $tpl->setVariable(
"LINK_NAME", $a_node_id);
157 $tpl->setVariable(
"LINK_TARGET_EXPANDER",
$target);
158 $tpl->setVariable(
"IMGPATH", $this->
getImage(
"browser/minus.png"));
159 $tpl->parseCurrentBlock();
165 $tpl->setCurrentBlock(
"blank");
166 $tpl->setVariable(
"BLANK_PATH", $this->
getImage(
"browser/blank.png"));
167 $tpl->parseCurrentBlock();
170 if ($this->output_icons) {
171 $tpl->setCurrentBlock(
"icon");
172 $tpl->setVariable(
"ICON_IMAGE", $this->
getImage(
"icon_cat.svg", $a_option[
"type"], $a_obj_id));
174 $tpl->setVariable(
"TARGET_ID",
"iconid_" . $a_node_id);
175 $this->iconList[] =
"iconid_" . $a_node_id;
176 $tpl->setVariable(
"TXT_ALT_IMG",
$lng->txt($a_option[
"desc"]));
177 $tpl->parseCurrentBlock();
180 if (strlen($formItem = $this->
buildFormItem($a_node_id, $a_option[
'type']))) {
181 $tpl->setCurrentBlock(
'check');
182 $tpl->setVariable(
'OBJ_CHECK', $formItem);
183 $tpl->parseCurrentBlock();
186 if ($this->
isClickable($a_option[
"type"], $a_node_id, $a_obj_id)) {
187 $tpl->setCurrentBlock(
"link");
195 if ($style_class !=
"") {
196 $tpl->setVariable(
"A_CLASS",
' class="' . $style_class .
'" ');
199 if (($onclick = $this->
buildOnClick($a_node_id, $a_option[
"type"], $a_option[
"title"])) !=
"") {
200 $tpl->setVariable(
"ONCLICK",
"onClick=\"$onclick\"");
203 $tpl->setVariable(
"LINK_NAME", $a_node_id);
205 $this->
buildTitle($a_option[
"title"], $a_node_id, $a_option[
"type"]),
210 $this->
buildDescription($a_option[
"description"], $a_node_id, $a_option[
"type"]),
214 $frame_target = $this->
buildFrameTarget($a_option[
"type"], $a_node_id, $a_option[
"obj_id"]);
215 if ($frame_target !=
"") {
216 $tpl->setVariable(
"TARGET",
" target=\"" . $frame_target .
"\"");
218 $tpl->parseCurrentBlock();
220 $tpl->setCurrentBlock(
"text");
222 $this->
buildTitle($a_option[
"title"], $a_node_id, $a_option[
"type"]),
231 $tpl->parseCurrentBlock();
234 $tpl->setCurrentBlock(
"list_item");
235 $tpl->parseCurrentBlock();
236 $tpl->touchBlock(
"element");
253 $ilias = $DIC[
'ilias'];
256 $path = ilObject::_getIcon($a_obj_id,
"tiny",
"root");
259 $tpl->setCurrentBlock(
"icon");
260 $nd = $this->tree->getNodeData($this->
getRoot());
266 $tpl->parseCurrentBlock();
268 if (strlen($formItem = $this->
buildFormItem($a_obj_id, $a_option[
'type']))) {
269 $tpl->setCurrentBlock(
'check');
270 $tpl->setVariable(
'OBJ_CHECK', $formItem);
271 $tpl->parseCurrentBlock();
279 if (strlen(
$title) >= 22) {
280 #$title = substr($title, 0,22).'...'; 283 include_once
'./Services/WebServices/ECS/classes/Tree/class.ilECSCmsData.php';
295 return '<font style="font-weight: bold">' .
$title .
'</font>';
298 return '<font style="font-weight: bold;font-style: italic">' .
$title .
'</font>';
301 return '<font style="font-style: italic">' .
$title .
'</font>';
307 return '<font class="warning">' .
$title .
'</font>';
const MAPPING_PENDING_DISCONNECTABLE
addFormItemForType($type)
Add form item.
formatObject($tpl, $a_node_id, $a_option, $a_obj_id=0)
formatHeader($tpl, $a_obj_id, $a_option)
static shortenText( $a_str, $a_len, $a_dots=false, $a_next_blank=false, $a_keep_extension=false)
shorten a string to given length.
buildFrameTarget($a_type, $a_child=0, $a_obj_id=0)
get frame target (may be overwritten by derived classes)
getNodeStyleClass($a_id, $a_type)
get style class for node
buildLinkTarget($a_node_id, $a_type)
get link target (may be overwritten by derived classes)
static lookupStatusByObjId($a_server_id, $a_mid, $a_tree_id, $obj_id)
Lookup status.
setTitleLength($a_length)
Set max title length.
isClickable($a_type, $a_ref_id=0, $a_obj_id=0)
no item is clickable
buildFormItem($a_node_id, $a_type)
removeFormItemForType($type)
setOrderColumn($a_column)
set the order column public
createTarget($a_type, $a_node_id, $a_highlighted_subtree=false, $a_append_anch=true)
Creates Get Parameter private.
buildOnClick($a_node_id, $a_type, $a_title)
get onclick event handling (may be overwritten by derived classes)
__construct($a_target, $a_server_id, $a_mid, $a_tree_id)
setCheckedItems($a_checked_items=array())
redirection script todo: (a better solution should control the processing via a xml file) ...
static formRadioButton($checked, $varname, $value, $onclick=null, $disabled=false)
??? public
Class ilExplorer class for explorer view in admin frame.
getImage($a_name, $a_type="", $a_obj_id="")
get image path (may be overwritten by derived classes)
const MAPPING_PENDING_NOT_DISCONNECTABLE
buildTitle($title, $a_obj_id, $a_type)
buildDescription($a_desc, $a_id, $a_type)
standard implementation for description, may be overwritten by derived classes
static formCheckbox($checked, $varname, $value, $disabled=false)
??? public
setTree(ilECSCmsTree $tree)
Set cms tree.