4 require_once
'Services/Export/classes/class.ilExportTableGUI.php';
5 require_once
'Services/UIComponent/AdvancedSelectionList/classes/class.ilAdvancedSelectionListGUI.php';
27 public function __construct($a_parent_obj, $a_parent_cmd, $a_exp_obj)
29 parent::__construct($a_parent_obj, $a_parent_cmd, $a_exp_obj);
40 protected function formatActionsList($type,
$filename)
48 $list->setListTitle($this->lng->txt(
'actions'));
50 $list->addItem($this->lng->txt(
'download'),
'', $ilCtrl->getLinkTarget($this->
getParentObject(),
'download'));
52 return $list->getHTML();
76 $this->
addColumn($this->lng->txt(
''),
'',
'1',
true);
77 $this->
addColumn($this->lng->txt(
'file'),
'file');
78 $this->
addColumn($this->lng->txt(
'size'),
'size');
79 $this->
addColumn($this->lng->txt(
'date'),
'timestamp');
getParentObject()
Get parent object.
addMultiCommand($a_cmd, $a_text)
Add Command button.
getExportFiles()
Overwrite method because data is passed from outside.
Create styles array
The data for the language used.
User interface class for advanced drop-down selection lists.
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.
__construct($a_parent_obj, $a_parent_cmd, $a_exp_obj)
Constructor.