19 declare(strict_types=1);
31 $input->setSubmitFormOnEnter(
true);
43 $pass = parent::passThroughFilter($record, $filter);
46 if (!$filter || strpos(strtolower($value), strtolower($filter)) !==
false) {
59 $input->setMaxNumOfChars(4000);
72 $input->setInfo($this->
lng->txt(
'dcl_text_email_detail_desc'));
74 $this->
lng->txt(
'dcl_text_email_title'),
75 'field_' . $this->
getField()->getId() .
'_title' 77 $title_field->
setInfo($this->
lng->txt(
'dcl_text_email_title_info'));
78 $input->addSubItem($title_field);
88 $opt = parent::buildFieldCreationInput($dcl, $mode);
91 $this->
lng->txt(
'dcl_length'),
95 $prop_length->setMaxValue(4000);
96 $prop_length->setInfo($this->
lng->txt(
'dcl_length_info'));
98 $opt->addSubItem($prop_length);
101 $this->
lng->txt(
'dcl_regex'),
104 $prop_regex->
setInfo($this->
lng->txt(
'dcl_regex_info'));
106 $opt->addSubItem($prop_regex);
109 $this->
lng->txt(
'dcl_url'),
115 $this->
lng->txt(
'dcl_text_area'),
121 $this->
lng->txt(
'dcl_link_detail_page'),
124 $prop_page_details->
setInfo($this->
lng->txt(
'dcl_link_detail_page_desc'));
126 $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)
setupInputField(ilFormPropertyGUI $input, ilDclBaseFieldModel $field)
Sets basic settings on field-input.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
const PROP_LINK_DETAIL_PAGE_TEXT
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.