24 $input->setSuffixes($this->
getField()->getSupportedExtensions());
25 $input->setAllowDeletion(
true);
42 if ($record_id && $record->getId()) {
43 $field_value = $record->getRecordFieldValue($this->
getField()->
getId());
49 if ($this->
ctrl->isAsynch()) {
66 $input->setSubmitFormOnEnter(
true);
85 $file_name = $file_obj->getTitle();
86 if (!$filter || strpos(strtolower($file_name), strtolower($filter)) !==
false) {
98 $opt = parent::buildFieldCreationInput($dcl, $mode);
101 $this->
lng->txt(
'dcl_supported_filetypes'),
104 $prop_filetype->setInfo($this->
lng->txt(
'dcl_supported_filetypes_desc'));
106 $opt->addSubItem($prop_filetype);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getInputField(ilPropertyFormGUI $form, ?int $record_id=null)
const PROP_SUPPORTED_FILE_TYPES
addFilterInputFieldToTable(ilTable2GUI $table)
getFilterInputFieldValue(ilTableFilterItem $input)
requiredWorkaroundForInputField(ilFileInputGUI $input, ?int $record_id)
setupInputField(ilFormPropertyGUI $input, ilDclBaseFieldModel $field)
Sets basic settings on field-input.
static _exists(int $id, bool $reference=false, ?string $type=null)
checks if an object exists in object_data
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.
passThroughFilter(ilDclBaseRecordModel $record, $filter)
setupFilterInputField(?ilTableFilterItem $input)
Set basic settings for filter-input-gui.
getField()
Return BaseFieldModel.
static getRecordCache(?int $record_id)
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...
static _lookupType(int $id, bool $reference=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...