29 string $a_parent_cmd =
"",
30 bool $a_has_write =
false 34 $this->
ctrl = $DIC->ctrl();
35 $this->
lng = $DIC->language();
36 $ilCtrl = $DIC->ctrl();
37 $lng = $DIC->language();
39 $this->
setId(
"bdgtmpl");
40 $this->has_write = $a_has_write;
48 if ($this->has_write) {
55 if ($this->has_write) {
75 "id" => $template->getId(),
76 "title" => $template->getTitle(),
77 "path" => $template->getImagePath(),
78 "file" => $template->getImage()
85 protected function fillRow(array $a_set): void
90 if ($this->has_write) {
91 $this->tpl->setVariable(
"VAL_ID", $a_set[
"id"]);
94 $this->tpl->setVariable(
"TXT_TITLE", $a_set[
"title"]);
96 $this->tpl->setVariable(
"TXT_IMG", $a_set[
"file"]);
98 if ($this->has_write) {
103 $this->tpl->setVariable(
"TXT_EDIT",
$lng->
txt(
"edit"));
104 $this->tpl->setVariable(
"URL_EDIT",
$url);
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)
setSelectAllCheckbox(string $a_select_all_checkbox, bool $a_select_all_on_top=false)
setDefaultOrderField(string $a_defaultorderfield)
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)
static signFile(string $path_to_file)
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)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setParameter(object $a_gui_obj, string $a_parameter, $a_value)
__construct(object $a_parent_obj, string $a_parent_cmd="", bool $a_has_write=false)
addMultiCommand(string $a_cmd, string $a_text)