38 public function __construct($a_parent_obj, $a_parent_cmd, $a_lm, $a_lang)
42 $this->ctrl = $DIC->ctrl();
44 $this->tpl = $DIC[
"tpl"];
45 $this->lng = $DIC->language();
46 $this->lang = $a_lang;
48 $this->
setId(
"lm_short_title");
52 $this->
setTitle($this->lng->txt(
"cont_short_titles"));
54 $this->
addColumn($this->lng->txt(
"title"));
55 $this->
addColumn($this->lng->txt(
"cont_short_title"));
57 $this->
setFormAction($this->ctrl->getFormAction($a_parent_obj));
58 $this->
setRowTemplate(
"tpl.short_title_row.html",
"Modules/LearningModule");
69 $this->tpl->setVariable(
"TITLE", $a_set[
"title"]);
70 $this->tpl->setVariable(
"DEFAULT_TITLE", $a_set[
"default_title"]);
71 $this->tpl->setVariable(
"DEFAULT_SHORT_TITLE", $a_set[
"default_short_title"]);
72 $this->tpl->setVariable(
"ID", $a_set[
"obj_id"]);
addCommandButton($a_cmd, $a_text, $a_onclick='', $a_id="", $a_class=null)
Add Command button.
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
static getShortTitles($a_lm_id, $a_lang="-")
Get short titles.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
__construct($a_parent_obj, $a_parent_cmd, $a_lm, $a_lang)
Constructor.
fillRow($a_set)
Fill table row.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
__construct(Container $dic, ilPlugin $plugin)
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
TableGUI class for lm short titles.