26 protected \ILIAS\Portfolio\InternalGUIService
$gui;
38 $this->
ctrl = $DIC->ctrl();
39 $this->
lng = $DIC->language();
40 $this->
user = $DIC->user();
41 $ilCtrl = $DIC->ctrl();
42 $lng = $DIC->language();
43 $this->gui = $DIC->portfolio()->internal()->gui();
52 $this->page_gui = $this->parent_obj->getPageGUIClassName();
53 $this->is_template = ($this->portfolio->getType() ===
"prtt");
64 $this->
setRowTemplate(
"tpl.portfolio_page_row.html",
"components/ILIAS/Portfolio");
70 "savePortfolioPagesOrdering",
71 $lng->
txt(
"user_save_ordering_and_titles")
86 protected function fillRow(array $a_set): void
88 $f = $this->gui->ui()->factory();
92 switch ($a_set[
"type"]) {
94 $this->tpl->setCurrentBlock(
"title_field");
95 $this->tpl->setVariable(
"ID", $a_set[
"id"]);
97 $this->tpl->parseCurrentBlock();
99 $ilCtrl->setParameterByClass(
107 $action_items[] =
$f->button()->shy(
109 $ilCtrl->getLinkTargetByClass($this->page_gui,
"edit")
113 $this->tpl->setVariable(
"TYPE",
$lng->
txt(
"page"));
118 $ilCtrl->setParameter($this->parent_obj,
"prtf_page", $a_set[
"id"]);
125 $action_items[] =
$f->button()->shy(
127 $ilCtrl->getLinkTarget($this->parent_obj,
"copyPageForm")
130 $action_items[] =
$f->button()->shy(
132 $ilCtrl->getLinkTarget($this->parent_obj,
"confirmPortfolioPageDeletion")
136 $ilCtrl->setParameter($this->parent_obj,
"prtf_page",
"");
139 if (count($action_items) > 0) {
140 $first = array_shift($action_items);
141 $ks[] =
$f->button()->standard(
154 if (count($action_items) > 0) {
155 $ks[] =
$f->dropdown()->standard($action_items);
157 $this->tpl->setVariable(
159 $this->gui->ui()->renderer()->render([$ks])
164 $this->tpl->setVariable(
"ID", $a_set[
"id"]);
165 $this->tpl->setVariable(
"VAL_ORDER_NR", $a_set[
"order_nr"]);
static getAllPortfolioPages(int $a_portfolio_id)
Get pages of portfolio.
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="")
ilObjPortfolioBase $portfolio
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
ILIAS Portfolio InternalGUIService $gui
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...