28 $this->
setId(
'dcl_tableviews');
29 $this->
setTitle($this->
lng->txt(
'dcl_tableview_fieldsettings'));
30 $this->
addColumn($this->
lng->txt(
'dcl_tableview_fieldtitle'),
"",
'auto');
31 $this->
addColumn($this->
lng->txt(
'dcl_tableview_field_access'),
"",
'auto');
33 $this->
ctrl->saveParameter($this,
'tableview_id');
34 $this->
setFormAction($this->
ctrl->getFormActionByClass(
'ildcleditviewdefinitiongui'));
40 $this->
setRowTemplate(
'tpl.tableview_edit_view.html',
'Modules/DataCollection');
49 $this->
parseData($a_parent_obj->tableview->getFieldSettings());
80 if ($this->form_multipart) {
81 $this->tpl->touchBlock(
"form_multipart_bl");
85 $this->tpl->touchBlock(
"pdfs");
88 $this->tpl->setCurrentBlock(
"tbl_form_header");
89 $this->tpl->setVariable(
"FORMACTION", $this->
getFormAction() . $hash);
90 $this->tpl->setVariable(
"FORMNAME", $this->
getFormName());
91 $this->tpl->parseCurrentBlock();
95 $this->tpl->touchBlock(
"tbl_form_footer");
99 if (!$this->enabled[
'content']) {
109 $this->
setFooter(
"tblfooter", $this->
lng->txt(
"previous"), $this->
lng->txt(
"next"));
135 $this->tpl->addBlockFile(
139 $this->row_template_dir
142 foreach ($data as $set) {
143 $this->tpl->setCurrentBlock(
"tbl_content");
144 $this->css_row = ($this->css_row !==
"tblrow1")
147 $this->tpl->setVariable(
"CSS_ROW", $this->css_row);
150 $this->tpl->setCurrentBlock(
"tbl_content");
151 $this->tpl->parseCurrentBlock();
157 : $lng->
txt(
"no_items");
159 $this->css_row = ($this->css_row !==
"tblrow1")
163 $this->tpl->setCurrentBlock(
"tbl_no_entries");
164 $this->tpl->setVariable(
'TBL_NO_ENTRY_CSS_ROW', $this->css_row);
165 $this->tpl->setVariable(
'TBL_NO_ENTRY_COLUMN_COUNT', $this->column_count);
166 $this->tpl->setVariable(
'TBL_NO_ENTRY_TEXT', trim($no_items_text));
167 $this->tpl->parseCurrentBlock();
187 $field = $a_set->getFieldObject();
189 if (!$field->isStandardField() || $field->getId() ===
'owner') {
190 $this->tpl->setVariable(
'TEXT_VISIBLE', $lng->
txt(
'dcl_tableview_visible'));
191 $this->tpl->setVariable(
'TEXT_REQUIRED_VISIBLE', $lng->
txt(
'dcl_tableview_required_visible'));
192 $this->tpl->setVariable(
'TEXT_LOCKED_VISIBLE', $lng->
txt(
'dcl_tableview_locked_visible'));
193 $this->tpl->setVariable(
'TEXT_NOT_VISIBLE', $lng->
txt(
'dcl_tableview_not_visible'));
194 $this->tpl->setVariable(
'IS_LOCKED', $a_set->isLockedEdit() ?
'checked' :
'');
195 $this->tpl->setVariable(
'IS_REQUIRED', $a_set->isRequiredEdit() ?
'checked' :
'');
196 $this->tpl->setVariable(
'DEFAULT_VALUE', $a_set->getDefaultValue());
197 $this->tpl->setVariable(
'IS_VISIBLE', $a_set->isVisibleEdit() ?
'checked' :
'');
198 $this->tpl->setVariable(
'IS_NOT_VISIBLE', !$a_set->isVisibleEdit() ?
'checked' :
'');
200 $this->tpl->setVariable(
'HIDDEN',
'hidden');
203 $this->tpl->setVariable(
'FIELD_ID', $a_set->getField());
204 $this->tpl->setVariable(
'TITLE', $field->getTitle());
205 $this->tpl->parseCurrentBlock();
numericOrdering(string $a_field)
Should this field be sorted numeric?
prepareOutput()
Anything that must be done before HTML is generated.
fillRowFromObject(object $a_set)
setTopCommands(bool $a_val)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
setFormAction(string $a_form_action, bool $a_multipart=false)
setEnableTitle(bool $a_enabletitle)
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setShowTemplates(bool $a_value)
exportData(int $format, bool $send=false)
Export and optionally send current table data.
setExternalSorting(bool $a_val)
setShowRowsSelector(bool $a_value)
Toggle rows-per-page selector.
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
getExternalSegmentation()
setDefaultOrderDirection(string $a_defaultorderdirection)
getPreventDoubleSubmission()
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__construct(ilDclEditViewDefinitionGUI $a_parent_obj)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setFooter(string $a_style, string $a_previous="", string $a_next="")
__construct(Container $dic, ilPlugin $plugin)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
static setUseRelativeDates(bool $a_status)
set use relative dates
determineOffsetAndOrder(bool $a_omit_offset=false)
setEnableHeader(bool $a_enableheader)
setMaxCount(int $a_max_count)
set max.
setExternalSegmentation(bool $a_val)
static sortArray(array $array, string $a_array_sortby_key, string $a_array_sortorder="asc", bool $a_numeric=false, bool $a_keep_keys=false)