19 declare(strict_types=1);
31 $input->setSubmitFormOnEnter(
true);
43 $file_name = $m_obj->getTitle();
44 if (!$filter || strpos(strtolower($file_name), strtolower($filter)) !==
false) {
54 $this->
lng->txt(
'dcl_' . $this->getField()->getDatatype()->getTitle()),
55 (
string) $this->
getField()->getDatatypeId()
57 $opt->
setInfo($this->
lng->txt(
'dcl_' . $this->getField()->getDatatype()->getTitle() .
'_desc'));
59 $opt->setInfo(sprintf($opt->getInfo(), implode(
", ", $this->
getField()->getSupportedExtensions())));
62 $prop_width->setSize(5);
63 $prop_width->setMaxValue(4000);
65 $opt->addSubItem($prop_width);
68 $prop_height->setSize(5);
69 $prop_height->setMaxValue(4000);
71 $opt->addSubItem($prop_height);
74 $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...
getRecordFieldValue(?string $field_id)
Get Field Value.
getFilterInputFieldValue(ilTableFilterItem $input)
passThroughFilter(ilDclBaseRecordModel $record, $filter)
addFilterItemByMetaType(string $id, int $type=self::FILTER_TEXT, bool $a_optional=false, string $caption="")
Add filter by standard type.
setupFilterInputField(?ilTableFilterItem $input)
Set basic settings for filter-input-gui.
getField()
Return BaseFieldModel.
const PROP_LINK_DETAIL_PAGE_MOB
addFilterInputFieldToTable(ilTable2GUI $table)
buildFieldCreationInput(ilObjDataCollection $dcl, string $mode='create')