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()),
71 $this->getField()->getDatatypeId()
73 $opt->setInfo($this->
lng->txt(
'dcl_' . $this->getField()->getDatatype()->getTitle() .
'_desc'));
78 $prop_width->setSize(5);
79 $prop_width->setMaxValue(4000);
81 $opt->addSubItem($prop_width);
84 $prop_height->setSize(5);
85 $prop_height->setMaxValue(4000);
87 $opt->addSubItem($prop_height);
90 $this->
lng->txt(
'dcl_link_detail_page'),
93 $opt->addSubItem($prop_page_details);
const PROP_LINK_DETAIL_PAGE_MOB
setupFilterInputField(?ilTableFilterItem $input)
Set basic settings for filter-input-gui.
getFilterInputFieldValue(ilTableFilterItem $input)
getField()
Return BaseFieldModel.
getRecordFieldValue(?int $field_id)
Get Field Value.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
requiredWorkaroundForInputField(ilFileInputGUI $input, ?int $record_id)
static array $mob_suffixes
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
buildFieldCreationInput(ilObjDataCollection $dcl, string $mode='create')
@inheritDoc
passThroughFilter(ilDclBaseRecordModel $record, $filter)
addFilterInputFieldToTable(ilTable2GUI $table)
getInputField(ilPropertyFormGUI $form, ?int $record_id=null)
Returns field-input.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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.