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->
setInfo($this->
lng->txt(
'dcl_width_desc'));
63 $prop_width->setSize(5);
64 $prop_width->setMaxValue(4000);
66 $opt->addSubItem($prop_width);
69 $prop_height->
setInfo($this->
lng->txt(
'dcl_height_desc'));
70 $prop_height->setSize(5);
71 $prop_height->setMaxValue(4000);
73 $opt->addSubItem($prop_height);
76 $this->
lng->txt(
'dcl_link_detail_page'),
79 $prop_page_details->
setInfo($this->
lng->txt(
'dcl_link_detail_page_desc'));
81 $opt->addSubItem($prop_page_details);
This class represents an option in a radio group.
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')