4 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
25 $this->ctrl = $DIC->ctrl();
26 $this->lng = $DIC->language();
28 $lng = $DIC->language();
30 $this->
setId(
"ilcatluaar");
32 parent::__construct($a_parent_obj, $a_parent_cmd);
41 $ilCtrl->saveParameter($a_parent_obj,
'obj_id');
43 $this->
setRowTemplate(
"tpl.cat_role_assignment.html",
"Modules/Category");
54 $this->tpl->setVariable(
"INPUT_CHCKBX", $a_set[
"checkbox"]);
55 $this->tpl->setVariable(
"TXT_TITLE", $a_set[
"title"]);
56 $this->tpl->setVariable(
"TXT_DESCRIPTION", $a_set[
"desc"]);
57 $this->tpl->setVariable(
"TXT_TYPE", $a_set[
"type"]);
__construct($a_parent_obj, $a_parent_cmd)
Constructor.
TableGUI class for role assignments.
setDefaultOrderDirection($a_defaultorderdirection)
Set Default order direction.
addMultiCommand($a_cmd, $a_text)
Add Command button.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
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.
setShowRowsSelector($a_value)
Toggle rows-per-page selector.
setLimit($a_limit=0, $a_default_limit=0)