18 $input->setSubmitFormOnEnter(
true);
31 $pass = parent::passThroughFilter($record, $filter);
34 if (!$filter || strpos(strtolower($value), strtolower($filter)) !==
false) {
51 $input->setMaxNumOfChars(4000);
64 $input->setInfo($this->lng->txt(
'dcl_text_email_detail_desc'));
65 $title_field =
new ilDclTextInputGUI($this->lng->txt(
'dcl_text_email_title'),
'field_' . $this->getField()->getId() .
'_title');
66 $title_field->setInfo($this->lng->txt(
'dcl_text_email_title_info'));
67 $input->addSubItem($title_field);
81 $opt = parent::buildFieldCreationInput($dcl, $mode);
84 $prop_length->setSize(5);
85 $prop_length->setMaxValue(4000);
86 $prop_length->setInfo($this->lng->txt(
'dcl_length_info'));
88 $opt->addSubItem($prop_length);
91 $prop_regex->setInfo($this->lng->txt(
'dcl_regex_info'));
93 $opt->addSubItem($prop_regex);
96 $opt->addSubItem($prop_url);
99 $opt->addSubItem($prop_textarea);
102 $opt->addSubItem($prop_page_details);
An exception for terminatinating execution or to throw for unit testing.
const PROP_LINK_DETAIL_PAGE_TEXT
const PROP_LENGTH
General properties.
Class ilDclBaseFieldRepresentation.
setupInputField(ilFormPropertyGUI $input, ilDclBaseFieldModel $field)
Sets basic settings on field-input.
getFilterInputFieldValue( $input)
setupFilterInputField(ilFormPropertyGUI $input)
Set basic settings for filter-input-gui.
getField()
Return BaseFieldModel.
Class ilDclBaseRecordModel.
getRecordFieldValue($field_id)
Get Field Value.
Class ilDclTextFieldRepresentation.
addFilterInputFieldToTable(ilTable2GUI $table)
Add filter input to TableGUI.null
getInputField(ilPropertyFormGUI $form, $record_id=0)
Returns field-input.?ilFormPropertyGUI
buildFieldCreationInput(ilObjDataCollection $dcl, $mode='create')
@inheritDoc
passThroughFilter(ilDclBaseRecordModel $record, $filter)
Checks if a filter affects a record.bool
Class ilObjDataCollection.
addFilterItemByMetaType($id, $type=self::FILTER_TEXT, $a_optional=false, $caption=null)
Add filter by standard type.
This class represents a text area property in a property form.