38 $this->
ctrl = $DIC->ctrl();
39 $this->
lng = $DIC->language();
40 $this->
user = $DIC->user();
41 $ilCtrl = $DIC->ctrl();
42 $lng = $DIC->language();
51 $this->page_gui = $this->parent_obj->getPageGUIClassName();
52 $this->is_template = ($this->portfolio->getType() ===
"prtt");
63 $this->
setRowTemplate(
"tpl.portfolio_page_row.html",
"Modules/Portfolio");
69 "savePortfolioPagesOrdering",
70 $lng->
txt(
"user_save_ordering_and_titles")
85 if (!$this->is_template) {
86 $this->blogs = array();
91 foreach ($tree->getSubTree($root) as $node) {
92 if ($node[
"type"] ==
"blog") {
93 $this->blogs[$node[
"obj_id"]] = $node[
"wsp_id"];
100 protected function fillRow(array $a_set): void
106 switch ($a_set[
"type"]) {
108 $this->tpl->setCurrentBlock(
"title_field");
109 $this->tpl->setVariable(
"ID", $a_set[
"id"]);
111 $this->tpl->parseCurrentBlock();
113 $ilCtrl->setParameterByClass(
119 $action_item->setCaption(
'edit_page');
120 $action_item->setUrl($ilCtrl->getLinkTargetByClass($this->page_gui,
"edit"));
121 $action_items[] = $action_item;
124 $this->tpl->setVariable(
"TYPE",
$lng->
txt(
"page"));
128 if (!$this->is_template) {
129 $this->tpl->setCurrentBlock(
"title_static");
131 $this->tpl->parseCurrentBlock();
133 $obj_id = (
int) $a_set[
"title"];
134 if (isset($this->blogs[$obj_id])) {
135 $node_id = $this->blogs[$obj_id];
139 $ilCtrl->setParameterByClass(
144 $link = $ilCtrl->getLinkTargetByClass(array($this->page_gui,
"ilobjbloggui"),
"render");
147 $action_item->setCaption(
'blog_edit');
148 $action_item->setUrl($link);
149 $action_items[] = $action_item;
151 $this->tpl->setVariable(
"TYPE",
$lng->
txt(
"obj_blog"));
156 if ($this->is_template) {
157 $this->tpl->setCurrentBlock(
"title_field");
158 $this->tpl->setVariable(
"ID", $a_set[
"id"]);
160 $this->tpl->parseCurrentBlock();
162 $this->tpl->setCurrentBlock(
"title_static");
164 $this->tpl->parseCurrentBlock();
165 $this->tpl->setVariable(
"TYPE",
$lng->
txt(
"obj_blog"));
170 $ilCtrl->setParameter($this->parent_obj,
"prtf_page", $a_set[
"id"]);
175 $action_item->setCaption(
'prtf_copy_pg');
177 $action_item->setCaption(
'prtf_copy_blog_pg');
179 $action_item->setUrl($ilCtrl->getLinkTarget($this->parent_obj,
"copyPageForm"));
180 $action_items[] = $action_item;
184 $action_item->setCaption(
'delete');
185 $action_item->setUrl($ilCtrl->getLinkTarget($this->parent_obj,
"confirmPortfolioPageDeletion"));
186 $action_items[] = $action_item;
188 $ilCtrl->setParameter($this->parent_obj,
"prtf_page",
"");
190 if (count($action_items) > 0) {
193 foreach ($action_items as $item) {
195 $split_button->setDefaultButton($item);
200 $this->tpl->setVariable(
"SPLIT_BUTTON", $split_button->render());
204 $this->tpl->setVariable(
"ID", $a_set[
"id"]);
205 $this->tpl->setVariable(
"VAL_ORDER_NR", $a_set[
"order_nr"]);
static getAllPortfolioPages(int $a_portfolio_id)
Get pages of portfolio.
getNodeData(int $a_node_id, ?int $a_tree_pk=null)
get all information of a node.
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
setFormAction(string $a_form_action, bool $a_multipart=false)
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
static getGotoLink(int $a_node_id, int $a_obj_id, string $a_additional="")
loadLanguageModule(string $a_module)
Load language module.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupTitle(int $obj_id)
ilObjPortfolioBase $portfolio
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
Portfolio view gui base class.
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
setLimit(int $a_limit=0, int $a_default_limit=0)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
disable(string $a_module_name)
__construct(?object $a_parent_obj, string $a_parent_cmd="", string $a_template_context="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...