19declare(strict_types=1);
47 $input->setSubmitFormOnEnter(
true);
70 $opt = parent::buildFieldCreationInput($dcl, $mode);
73 $this->
lng->txt(
'dcl_learning_progress'),
76 $prop_ref_link->setInfo($this->
lng->txt(
'dcl_learning_progress_desc'));
77 $opt->addSubItem($prop_ref_link);
80 $this->
lng->txt(
'dcl_ilias_reference_link'),
83 $opt->addSubItem($prop_multi_select);
86 $this->
lng->txt(
'dcl_display_action_menu'),
89 $prop_multi_select->setInfo($this->
lng->txt(
'dcl_display_action_menu_desc'));
90 $opt->addSubItem($prop_multi_select);
93 $this->
lng->txt(
'dcl_unique'),
96 $prop_unique->setInfo($this->
lng->txt(
'dcl_unique_desc'));
97 $opt->addSubItem($prop_unique);
const PROP_DISPLAY_COPY_LINK_ACTION_MENU
const PROP_LEARNING_PROGRESS
const PROP_ILIAS_REFERENCE_LINK
setupInputField(ilFormPropertyGUI $input, ilDclBaseFieldModel $field)
Sets basic settings on field-input.
setupFilterInputField(?ilTableFilterItem $input)
Set basic settings for filter-input-gui.
getFilterInputFieldValue(ilTableFilterItem $input)
getField()
Return BaseFieldModel.
getRecordFieldValue(?string $field_id)
Get Field Value.
addFilterInputFieldToTable(ilTable2GUI $table)
getInputField(ilPropertyFormGUI $form, ?int $record_id=null)
Returns field-input.
passThroughFilter(ilDclBaseRecordModel $record, $filter)
buildFieldCreationInput(ilObjDataCollection $dcl, string $mode='create')
Build the creation-input-field.
static _lookupObjId(int $ref_id)
static _lookupTitle(int $obj_id)
This class represents an option in a radio group.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addFilterItemByMetaType(string $id, int $type=self::FILTER_TEXT, bool $a_optional=false, string $caption="")
Add filter by standard type.