21 $a_label_enable =
false,
24 $a_commands = array(),
25 $a_post_dir_path =
false,
30 $this->lng = $DIC->language();
60 $entries = parent::getEntries();
61 if (count($entries) > 0) {
62 $this->
addCommandButton(
"saveFilesOrder", $this->lng->txt(
"exc_save_order"));
65 return $ass->fileAddOrder($entries);
76 if ($a_field ==
"order_val") {
86 if ($this->has_multi) {
95 $this->
addColumn($this->lng->txt(
"cont_dir_file"),
"name");
96 $this->
addColumn($this->lng->txt(
"cont_size"),
"size");
98 if ($this->label_enable) {
99 $this->
addColumn($this->label_header,
"label");
102 if (
sizeof($this->row_commands)) {
103 $this->
addColumn($this->lng->txt(
"actions"));
112 $this->tpl->setCurrentBlock(
"Order");
113 if ($a_set[
'order_id']) {
114 $this->tpl->setVariable(
"ID", $a_set[
'order_id']);
116 if ($a_set[
"order_val"]) {
117 $this->tpl->setVariable(
"ORDER_VAL", $a_set[
"order_val"]);
119 $this->tpl->parseCurrentBlock();
121 parent::fillRow($a_set);
addCommandButton($a_cmd, $a_text, $a_onclick='', $a_id="", $a_class=null)
Add Command button.
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
__construct( $a_parent_obj, $a_parent_cmd, $a_cur_dir, $a_cur_subdir, $a_label_enable=false, $a_file_labels, $a_label_header="", $a_commands=array(), $a_post_dir_path=false, $a_table_id="")
fillRow($a_set)
Fill table row.
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.
getEntries()
Add Order Values (extension of ilFilesystemgui getEntries)
numericOrdering($a_field)
__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.
File System Explorer GUI class.
setLimit($a_limit=0, $a_default_limit=0)
TableGUI class for file system.