| 
|   | ExternEditGeneric (&$config, $form_values="", $faulty_values="", $edit_element="") | 
|   | 
|   | editFaceGeneric ($attribute, $title, $info) | 
|   | 
|   | editTextfieldGeneric ($attribute, $title, $info, $size, $maxlength) | 
|   | 
|   | editTextareaGeneric ($attribute, $title, $info, $rows, $cols) | 
|   | 
|   | editCheckboxGeneric ($attribute, $title, $info, $check_values, $check_names) | 
|   | 
|   | editRadioGeneric ($attribute, $title, $info, $radio_values, $radio_names) | 
|   | 
|   | editOptionGeneric ($attribute, $title, $info, $option_values, $option_names, $size=1, $multiple=FALSE) | 
|   | 
|   | ExternEdit (&$config, $form_values="", $faulty_values="", $edit_element="") | 
|   | 
|   | setElementName ($element_name) | 
|   | 
|   | getValue ($attribute) | 
|   | 
|   | getEditFormContent ($attributes, $tag_headlines=NULL) | 
|   | 
|   | editHeader () | 
|   | 
|   | editFooter () | 
|   | 
|   | editSubmit ($module_name, $config_id, $element_name="", $hidden=NULL) | 
|   | 
|   | editHeadline ($headline) | 
|   | 
|   | editElementHeadline ($element_real_name, $module_name, $config_id, $open=TRUE) | 
|   | 
|   | editContentTable ($header, $body) | 
|   | 
|   | editContent ($content, $submit, $class="") | 
|   | 
|   | editBlankContent ($class="") | 
|   | 
|   | editBlankContentTable ($class="") | 
|   | 
|   | editBlank ($class="") | 
|   | 
|   | editTextblock ($text, $class="") | 
|   | 
◆ editCheckboxGeneric()
      
        
          | editCheckboxGeneric  | 
          ( | 
            | 
          $attribute,  | 
        
        
           | 
           | 
            | 
          $title,  | 
        
        
           | 
           | 
            | 
          $info,  | 
        
        
           | 
           | 
            | 
          $check_values,  | 
        
        
           | 
           | 
            | 
          $check_names  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Prints out a Form with checkboxes.
- Parameters
 - 
  
    | string | attribute The name of the attribute (Syntax: [tag-name]_[attribute_name])  | 
    | string | title The title of this form with checkboxes.  | 
    | string | info The info text.  | 
    | array | check_values The values of the checkboxes.  | 
    | array | check_names The names of the checkboxes.  | 
  
   
 
 
◆ editFaceGeneric()
      
        
          | editFaceGeneric  | 
          ( | 
            | 
          $attribute,  | 
        
        
           | 
           | 
            | 
          $title,  | 
        
        
           | 
           | 
            | 
          $info  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Prints out a form with a pull-down field for different font-faces.
- Parameters
 - 
  
    | string | attribute The name of the attribute (Syntax: [tag-name]_[attribute_name])  | 
    | string | title The title of this form.  | 
    | string | info The info text.  | 
  
   
 
 
◆ editOptionGeneric()
      
        
          | editOptionGeneric  | 
          ( | 
            | 
          $attribute,  | 
        
        
           | 
           | 
            | 
          $title,  | 
        
        
           | 
           | 
            | 
          $info,  | 
        
        
           | 
           | 
            | 
          $option_values,  | 
        
        
           | 
           | 
            | 
          $option_names,  | 
        
        
           | 
           | 
            | 
          $size = 1,  | 
        
        
           | 
           | 
            | 
          $multiple = FALSE  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Prints out a Form with an option-list.
- Parameters
 - 
  
    | string | attribute The name of the attribute (Syntax: [tag-name]_[attribute_name])  | 
    | string | title The title of this option-list.  | 
    | string | info The info text.  | 
    | array | radio_values The values of the options.  | 
    | array | radio_names The names of the options.  | 
    | int | length The visible size of the option-list (default 1, pull-down).  | 
    | boolean | multiple Set this TRUE, if you want a multiple option-list (default FALSE)  | 
  
   
 
 
◆ editRadioGeneric()
      
        
          | editRadioGeneric  | 
          ( | 
            | 
          $attribute,  | 
        
        
           | 
           | 
            | 
          $title,  | 
        
        
           | 
           | 
            | 
          $info,  | 
        
        
           | 
           | 
            | 
          $radio_values,  | 
        
        
           | 
           | 
            | 
          $radio_names  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Prints out a Form with radio-buttons.
- Parameters
 - 
  
    | string | attribute The name of the attribute (Syntax: [tag-name]_[attribute_name])  | 
    | string | title The title of this form with radio-buttons.  | 
    | string | info The info text.  | 
    | array | radio_values The values of the radio-buttons.  | 
    | array | radio_names The names of the radio-buttons.  | 
  
   
 
 
◆ editTextareaGeneric()
      
        
          | editTextareaGeneric  | 
          ( | 
            | 
          $attribute,  | 
        
        
           | 
           | 
            | 
          $title,  | 
        
        
           | 
           | 
            | 
          $info,  | 
        
        
           | 
           | 
            | 
          $rows,  | 
        
        
           | 
           | 
            | 
          $cols  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Prints out a Form with a textarea.
- Parameters
 - 
  
    | string | attribute The name of the attribute (Syntax: [tag-name]_[attribute_name])  | 
    | string | title The title of this textarea.  | 
    | string | info The info text.  | 
    | int | rows The number of rows of this textarea.  | 
    | int | cols The number of columns of this textarea.  | 
  
   
 
 
◆ editTextfieldGeneric()
      
        
          | editTextfieldGeneric  | 
          ( | 
            | 
          $attribute,  | 
        
        
           | 
           | 
            | 
          $title,  | 
        
        
           | 
           | 
            | 
          $info,  | 
        
        
           | 
           | 
            | 
          $size,  | 
        
        
           | 
           | 
            | 
          $maxlength  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Prints out a form with a text field.
- Parameters
 - 
  
    | string | attribute The name of the attribute (Syntax: [tag-name]_[attribute_name])  | 
    | mixed | title The title(s) of the textfield(s).  | 
    | string | info The info text.  | 
    | int | size The size (length) of this textfield.  | 
    | int | maxlength The maximal length of the text.  | 
  
   
 
 
◆ ExternEditGeneric()
      
        
          | ExternEditGeneric  | 
          ( | 
          &  | 
          $config,  | 
        
        
           | 
           | 
            | 
          $form_values = "",  | 
        
        
           | 
           | 
            | 
          $faulty_values = "",  | 
        
        
           | 
           | 
            | 
          $edit_element = ""  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
The documentation for this class was generated from the following file: