35 $this->
ctrl = $DIC->ctrl();
36 $this->
lng = $DIC->language();
37 $this->
access = $DIC->access();
38 $ilCtrl =
$DIC->ctrl();
41 $this->
setId(
"lm_help_tooltips");
54 $this->
setRowTemplate(
"tpl.help_tooltip.html",
"Modules/LearningModule");
62 protected function fillRow(array $a_set): void
64 $this->tpl->setVariable(
"ID", $a_set[
"id"]);
static getAllTooltips(string $a_comp="", int $a_module_id=0)
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
addMultiCommand(string $a_cmd, string $a_text)
setFormAction(string $a_form_action, bool $a_multipart=false)
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)
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setDefaultOrderDirection(string $a_defaultorderdirection)
setData(array $a_data)
Set table data.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc