4 require_once
'Services/UIComponent/AdvancedSelectionList/classes/class.ilAdvancedSelectionListGUI.php';
5 require_once
'Services/Table/classes/class.ilTable2GUI.php';
28 $ilCtrl = $DIC[
'ilCtrl'];
35 $this->
addColumn($this->lng->txt(
'title'),
'category',
'99%');
42 $this->
addMultiCommand(
'confirmDeleteCategories', $this->lng->txt(
'delete'));
44 $this->
addMultiCommand(
'confirmImportGlobalCategories', $this->lng->txt(
'import'));
49 $this->
setFormAction($ilCtrl->getFormAction($this->getParentObject(), $cmd));
51 $this->
setRowTemplate(
'tpl.unit_category_row.html',
'Modules/TestQuestionPool');
68 $ilCtrl = $DIC[
'ilCtrl'];
73 $action->setId(
'asl_content_' . $row[
'category_id']);
74 $action->setAsynch(
false);
75 $action->setListTitle($this->lng->txt(
'actions'));
76 $ilCtrl->setParameter($this->
getParentObject(),
'category_id', $row[
'category_id']);
77 $action->addItem($this->lng->txt(
'un_show_units'),
'', $ilCtrl->getLinkTarget($this->
getParentObject(),
'showUnitsOfCategory'));
79 $action->addItem($this->lng->txt(
'edit'),
'', $ilCtrl->getLinkTarget($this->
getParentObject(),
'showUnitCategoryModificationForm'));
80 $action->addItem($this->lng->txt(
'delete'),
'', $ilCtrl->getLinkTarget($this->
getParentObject(),
'confirmDeleteCategory'));
82 $action->addItem($this->lng->txt(
'import'),
'', $ilCtrl->getLinkTarget($this->
getParentObject(),
'confirmImportGlobalCategory'));
84 $row[
'title_href'] = $ilCtrl->getLinkTarget($this->
getParentObject(),
'showUnitsOfCategory');
86 $row[
'actions'] = $action->getHtml();
88 parent::fillRow($row);
__construct($a_parent_obj, $a_parent_cmd="", $a_template_context="")
ilTable2GUI constructor.
Class ilUnitConfigurationGUI .
getParentObject()
Get parent object.
setDefaultOrderDirection($a_defaultorderdirection)
Set Default order direction.
setSelectAllCheckbox($a_select_all_checkbox, $a_select_all_on_top=false)
Set the name of the checkbox that should be toggled with a select all button.
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.
Class ilUnitCategoryTableGUI .
__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.
fillRow($a_set)
Standard Version of Fill Row.
static formCheckbox($checked, $varname, $value, $disabled=false)
??? public