27 protected \ILIAS\Wiki\InternalGUIService
$gui;
28 protected \ILIAS\Wiki\InternalDomainService
$domain;
42 $this->
ctrl = $this->gui->ctrl();
43 $this->
lng = $this->domain->lng();
44 $this->
access = $this->domain->access();
45 $this->imp_page_manager = $this->domain->importantPage($a_parent_obj->getRefId());
50 [array(
"page_id" => 0)],
51 $this->imp_page_manager->getListAsArray()
58 $this->
addColumn($this->
lng->txt(
"wiki_ordering"),
"order");
65 $this->
setRowTemplate(
"tpl.imp_pages_row.html",
"components/ILIAS/Wiki");
71 $this->
addCommandButton(
"saveOrderingAndIndent", $this->
lng->txt(
"wiki_save_ordering_and_indent"));
74 protected function fillRow(array $a_set): void
78 if ($a_set[
"page_id"] > 0) {
79 $this->tpl->setCurrentBlock(
"cb");
80 $this->tpl->setVariable(
"PAGE_ID", $a_set[
"page_id"]);
81 $this->tpl->parseCurrentBlock();
83 $this->tpl->setCurrentBlock(
"ord");
84 $this->tpl->setVariable(
"PAGE_ID_ORD", $a_set[
"page_id"]);
85 $this->tpl->setVariable(
"VAL_ORD", $a_set[
"ord"]);
86 $this->tpl->parseCurrentBlock();
88 $this->tpl->setVariable(
92 $this->tpl->setVariable(
96 "indent[" . $a_set[
"page_id"] .
"]",
97 [0 =>
"0", 1 =>
"1", 2 =>
"2"],
103 if ($this->templates->isPageTemplate((
int) $a_set[
"page_id"])) {
104 $this->tpl->setVariable(
106 $lng->
txt(
"wiki_page_template")
110 $this->tpl->setVariable(
115 $this->tpl->setVariable(
ILIAS Wiki InternalDomainService $domain
__construct(object $a_parent_obj, string $a_parent_cmd)
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)
setEnableTitle(bool $a_enabletitle)
ilWikiPageTemplate $templates
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static lookupTitle(int $a_page_id, string $lang="-")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS Wiki InternalGUIService $gui
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__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)
ILIAS Wiki Navigation ImportantPageManager $imp_page_manager
addMultiCommand(string $a_cmd, string $a_text)
setEnableHeader(bool $a_enableheader)