29 $input->setSubmitFormOnEnter(
true);
41 $pass = parent::passThroughFilter($record, $filter);
44 if (!$filter || strpos(strtolower($value), strtolower($filter)) !==
false) {
57 $input->setMaxNumOfChars(4000);
70 $input->setInfo($this->
lng->txt(
'dcl_text_email_detail_desc'));
72 $this->
lng->txt(
'dcl_text_email_title'),
73 'field_' . $this->
getField()->getId() .
'_title' 75 $title_field->
setInfo($this->
lng->txt(
'dcl_text_email_title_info'));
76 $input->addSubItem($title_field);
86 $opt = parent::buildFieldCreationInput($dcl, $mode);
89 $this->
lng->txt(
'dcl_length'),
93 $prop_length->setMaxValue(4000);
94 $prop_length->setInfo($this->
lng->txt(
'dcl_length_info'));
96 $opt->addSubItem($prop_length);
99 $this->
lng->txt(
'dcl_regex'),
102 $prop_regex->
setInfo($this->
lng->txt(
'dcl_regex_info'));
104 $opt->addSubItem($prop_regex);
107 $this->
lng->txt(
'dcl_url'),
113 $this->
lng->txt(
'dcl_text_area'),
119 $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)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
passThroughFilter(ilDclBaseRecordModel $record, $filter)
setupInputField(ilFormPropertyGUI $input, ilDclBaseFieldModel $field)
Sets basic settings on field-input.
const PROP_LINK_DETAIL_PAGE_TEXT
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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.
getPropertyInputFieldId(string $property)
Return post-var for property-fields.
const PROP_LENGTH
General properties.
setupFilterInputField(?ilTableFilterItem $input)
Set basic settings for filter-input-gui.
getInputField(ilPropertyFormGUI $form, ?int $record_id=null)
getField()
Return BaseFieldModel.
buildFieldCreationInput(ilObjDataCollection $dcl, string $mode='create')
addFilterInputFieldToTable(ilTable2GUI $table)
This class represents a text area property in a property form.
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...