19 declare(strict_types=1);
38 foreach ($this->def->getTitles() as $element =>
$title) {
45 $this->
setRowTemplate(
"tpl.edit_complex_row.html",
"components/ILIAS/AdvancedMetaData");
54 foreach ($a_def->getOptions() as $option) {
55 $item = array(
"option" => $option);
57 $a_def->exportOptionToTableGUI($option, $item);
65 protected function fillRow(array $a_set): void
67 $this->tpl->setVariable(
"OPTION", $a_set[
"option"]);
69 $this->tpl->setCurrentBlock(
"field_bl");
70 foreach (array_keys($this->def->getTitles()) as $element) {
71 $this->tpl->setVariable(
"FIELD", trim($a_set[$element]));
72 $this->tpl->parseCurrentBlock();
80 $this->tpl->setVariable(
"ACTION_URL",
$url);
81 $this->tpl->setVariable(
"ACTION_TXT", $this->
lng->txt(
"edit"));
ilAdvancedMDFieldDefinition $def
setFormAction(string $a_form_action, bool $a_multipart=false)
AMD field abstract base class.
initItems(ilAdvancedMDFieldDefinition $a_def)
__construct($a_parent_obj, $a_parent_cmd, ilAdvancedMDFieldDefinition $a_def)
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
Table GUI for complex AdvMD options.
__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)