4 include_once(
'Services/Table/classes/class.ilTable2GUI.php');
26 $this->
addColumn($lng->txt(
"option"),
"option");
28 foreach ($this->def->getTitles() as $element =>
$title) {
32 $this->
addColumn($lng->txt(
"action"),
"");
35 $this->
setRowTemplate(
"tpl.edit_complex_row.html",
"Services/AdvancedMetaData");
45 foreach ($a_def->getOptions() as $option) {
46 $item = array(
"option" => $option);
48 $a_def->exportOptionToTableGUI($option, $item);
60 $this->tpl->setVariable(
"OPTION", $a_set[
"option"]);
62 $this->tpl->setCurrentBlock(
"field_bl");
63 foreach (array_keys($this->def->getTitles()) as $element) {
64 $this->tpl->setVariable(
"FIELD", trim($a_set[$element]));
65 $this->tpl->parseCurrentBlock();
69 $ilCtrl->setParameter($this->
getParentObject(),
"oid", md5($a_set[
"option"]));
73 $this->tpl->setVariable(
"ACTION_URL",
$url);
74 $this->tpl->setVariable(
"ACTION_TXT", $lng->txt(
"edit"));
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
AMD field abstract base class.
initItems(ilAdvancedMDFieldDefinition $a_def)
getParentObject()
Get parent object.
Table GUI for complex AdvMD options.
__construct($a_parent_obj, $a_parent_cmd="", ilAdvancedMDFieldDefinition $a_def)
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
__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.