25 $input->setMaxLength(9);
26 $input->setInfo($this->
lng->txt(
'dcl_max_digits') .
": 9");
45 $input->setSubmitFormOnEnter(
true);
58 if ((!$filter[
'from'] || $value >= $filter[
'from']) && (!$filter[
'to'] || $value <= $filter[
'to'])) {
67 $opt = parent::buildFieldCreationInput($dcl, $mode);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
buildFieldCreationInput(ilObjDataCollection $dcl, string $mode='create')
getFilterInputFieldValue(ilTableFilterItem $input)
const FILTER_NUMBER_RANGE
setupInputField(ilFormPropertyGUI $input, ilDclBaseFieldModel $field)
Sets basic settings on field-input.
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.
getInputField(ilPropertyFormGUI $form, ?int $record_id=null)
setupFilterInputField(?ilTableFilterItem $input)
Set basic settings for filter-input-gui.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getField()
Return BaseFieldModel.
passThroughFilter(ilDclBaseRecordModel $record, $filter)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addFilterInputFieldToTable(ilTable2GUI $table)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...