3 declare(strict_types=1);
37 bool $incl_desc =
true,
38 string $base_cmd =
"HeaderTitle" 41 $this->
access = $DIC->access();
59 $this->
setRowTemplate(
"tpl.obj_translation_row.html",
"Services/Object");
75 protected function fillRow(array $set): void
79 if ($this->incl_desc) {
80 $this->tpl->setCurrentBlock(
"desc_row");
82 $this->tpl->setVariable(
"DNR", $this->nr);
83 $this->tpl->parseCurrentBlock();
86 $this->tpl->setVariable(
"NR", $this->nr);
90 $this->tpl->setVariable(
94 "lang[" . $this->nr .
"]",
101 if ($set[
"default"]) {
102 $this->tpl->setVariable(
"DEF_CHECKED",
"checked=\"checked\"");
setFormAction(string $a_form_action, bool $a_multipart=false)
setEnableTitle(bool $a_enabletitle)
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
__construct(?object $parent_obj, string $parent_cmd, bool $incl_desc=true, string $base_cmd="HeaderTitle")
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
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)
addMultiCommand(string $a_cmd, string $a_text)
setEnableHeader(bool $a_enableheader)