25 $input->setAllowDeletion(
true);
44 $input->setSubmitFormOnEnter(
true);
59 $file_name = $m_obj->getTitle();
60 if (!$filter || strpos(strtolower($file_name), strtolower($filter)) !==
false) {
70 $this->
lng->txt(
'dcl_' . $this->getField()->getDatatype()->getTitle()),
73 $opt->
setInfo($this->
lng->txt(
'dcl_' . $this->getField()->getDatatype()->getTitle() .
'_desc'));
79 $prop_width->setMaxValue(4000);
81 $opt->addSubItem($prop_width);
85 $prop_height->setMaxValue(4000);
87 $opt->addSubItem($prop_height);
90 $this->
lng->txt(
'dcl_link_detail_page'),
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getFilterInputFieldValue(ilTableFilterItem $input)
requiredWorkaroundForInputField(ilFileInputGUI $input, ?int $record_id)
passThroughFilter(ilDclBaseRecordModel $record, $filter)
getRecordFieldValue(?int $field_id)
Get Field Value.
addFilterItemByMetaType(string $id, int $type=self::FILTER_TEXT, bool $a_optional=false, string $caption="")
Add filter by standard type.
static array $mob_suffixes
setupFilterInputField(?ilTableFilterItem $input)
Set basic settings for filter-input-gui.
getInputField(ilPropertyFormGUI $form, ?int $record_id=null)
getField()
Return BaseFieldModel.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const PROP_LINK_DETAIL_PAGE_MOB
addFilterInputFieldToTable(ilTable2GUI $table)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
buildFieldCreationInput(ilObjDataCollection $dcl, string $mode='create')
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...