41 $lng = $DIC->language();
47 $this->content_object = $a_content_obj;
48 $this->
ui = $DIC->ui();
61 if (is_array($a_actions)) {
80 if ($this->target_frame[$a_cmd] !=
"") {
81 return $this->target_frame[$a_cmd];
82 } elseif (!empty($a_target_frame)) {
83 return "target=\"" . $a_target_frame .
"\"";
94 $new_type = $_REQUEST[
"new_type"];
96 $this->ctrl->setParameter($this,
"new_type", $new_type);
98 $form->setFormAction($this->ctrl->getFormAction($this,
"save"));
99 $form->setTitle($this->lng->txt($new_type .
"_new"));
101 $title =
new ilTextInputGUI($this->lng->txt(
"title"),
"Fobject[title]");
103 $form->addItem($title);
106 $form->addItem($desc);
108 $form->addCommandButton(
"save", $this->lng->txt($new_type .
"_add"));
109 $form->addCommandButton(
"cancel", $this->lng->txt(
"cancel"));
111 $this->tpl->setContent($form->getHTML());
120 $tree =
new ilTree($this->content_object->getId());
121 $tree->setTableNames(
'lm_tree',
'lm_data');
122 $tree->setTreeTablePK(
"lm_id");
124 $parent_id = (!empty(
$_GET[
"obj_id"]))
126 : $tree->getRootId();
128 if (!empty(
$_GET[
"target"])) {
129 $target =
$_GET[
"target"];
132 $childs = $tree->getChildsByType($parent_id, $this->obj->getType());
133 if (count($childs) == 0) {
136 $target = $childs[count($childs) - 1][
"obj_id"];
139 if (!$tree->isInTree($this->obj->getId())) {
140 $tree->insertNode($this->obj->getId(), $parent_id, $target);
148 public function delete()
154 $this->content_object->getRefId(),
158 $cont_obj_gui->
delete($this->obj->getId());
168 $this->ctrl->redirect($this,
$_GET[
"backcmd"]);
179 $this->content_object->getRefId(),
184 $this->ctrl->redirect($this,
$_GET[
"backcmd"]);
194 $this->tpl->setCurrentBlock(
"begin_link");
195 $this->tpl->setVariable(
"LINK_TARGET", $link);
196 $this->tpl->parseCurrentBlock();
197 $this->tpl->touchBlock(
"end_link");
200 $this->tpl->setCurrentBlock(
"text");
201 $this->tpl->setVariable(
"TEXT_CONTENT", $val);
202 $this->tpl->parseCurrentBlock();
203 $this->tpl->setCurrentBlock(
"table_cell");
204 $this->tpl->parseCurrentBlock();
219 $notoperations = array();
220 $operations = array();
224 if (count($operations) > 0) {
225 foreach ($operations as $val) {
226 $this->tpl->setCurrentBlock(
"operation_btn");
227 $this->tpl->setVariable(
"BTN_NAME", $val[
"name"]);
228 $this->tpl->setVariable(
"BTN_VALUE", $this->lng->txt($val[
"lng"]));
229 $this->tpl->parseCurrentBlock();
232 $this->tpl->setCurrentBlock(
"operation");
234 $this->tpl->parseCurrentBlock();
243 $this->content_object->checkTree();
confirmedDelete()
page and structure object deletion
setActions($a_actions="")
build action array
checkTree()
check the content object tree
create()
structure / page object creation form
__construct(&$a_content_obj)
constructor
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
cancelDelete()
cancel deletion of page/structure objects
static clear($a_var)
Unset a value.
putInTree()
put this object into content object tree
showActions($a_actions)
show possible action (form buttons)
confirmedDelete($a_parent_subobj_id=0)
delete page object or structure objects
add_cell($val, $link="")
output a cell in object list
This class represents a text area property in a property form.
Class ilObjContentObjectGUI.
delete($a_parent_subobj_id=0)
confirm deletion screen for page object and structure object deletion
getTargetFrame($a_cmd, $a_target_frame="")
get target frame for command (command is method name without "Object", e.g.
for($i=6; $i< 13; $i++) for($i=1; $i< 13; $i++) $d