Form/Field/Select.php
- package
- Form
- Classes
- Kwf_Form_Field_Select
Description
Auswahl wo man nicht reinschreiben kann, so wie eine HTML-Select-Box
\Kwf_Form_Field_Select
- Extends from
- \Kwf_Form_Field_ComboBox
- package
- Form
 Methods Methods
- __construct
- _addValidators
- getTemplateVars
- validate
Description
Auswahl wo man nicht reinschreiben kann, so wie eine HTML-Select-Box
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
getTemplateVars
getTemplateVars(
           $values,  $fieldNamePostfix,  $idPrefix
          )
        
        :
        Arguments
- $values
- $fieldNamePostfix
- $idPrefix
 Details
 Details
- visibility
- public
- final
- false
- static
- false
validate
validate(
           $row,  $postData
          )
        
        :
        Arguments
- $row
- $postData
 Details
 Details
- visibility
- public
- final
- false
- static
- false