Form/Field/ComboBoxText.php
- package
- Form
- Classes
- Kwf_Form_Field_ComboBoxText
Description
Text-Eingabefeld mit Autocomplete Gespeichert wird nicht wie bei ComboBox bzw. Select die ID vom ausgewählten Datensatz, sondern der eingegebene Text. ComboBox ist nur Ausfüllhilfe.
\Kwf_Form_Field_ComboBoxText
- Extends from
- \Kwf_Form_Field_ComboBox
- package
- Form
 Methods Methods
- __construct
- _addValidators
Description
Text-Eingabefeld mit Autocomplete Gespeichert wird nicht wie bei ComboBox bzw. Select die ID vom ausgewählten Datensatz, sondern der eingegebene Text. ComboBox ist nur Ausfüllhilfe.
Methods
__construct
__construct(
           $field_name
              =
              null,  $field_label
              =
              null
          )
        
        :
        Zeigt mehrere Checkboxes an und speichert diese in einer Relationstabelle
Arguments
- $field_name
- $field_label
 Details
 Details
- visibility
- public
- final
- false
- static
- false
_addValidators
_addValidators(
          
          )
        
        :
        Add validators to the field here, called in prepareSave
 Details
 Details
- visibility
- protected
- final
- false
- static
- false