Stud.IP  5.4
 All Data Structures Namespaces Files Functions Variables Groups
ExternEditGeneric Class Reference
Inheritance diagram for ExternEditGeneric:
ExternEdit ExternEditHtml ExternEditModule

Public Member Functions

 __construct (&$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)
 
- Public Member Functions inherited from ExternEdit
 __construct (&$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="")
 

Additional Inherited Members

- Data Fields inherited from ExternEdit
 $config
 
 $form_values = []
 
 $faulty_values = []
 
 $element_name = "main"
 
 $is_post_vars = FALSE
 
 $edit_element
 
 $width_1 = " width=\"20%\""
 
 $width_2 = " width=\"80%\""
 
 $error_sign = "<font size=\"4\" color=\"ff0000\">&nbsp; &nbsp;<b>*</b></font>"
 

Constructor & Destructor Documentation

__construct ( $config,
  $form_values = "",
  $faulty_values = "",
  $edit_element = "" 
)

Member Function Documentation

editCheckboxGeneric (   $attribute,
  $title,
  $info,
  $check_values,
  $check_names 
)

Prints out a Form with checkboxes.

Parameters
stringattribute The name of the attribute (Syntax: [tag-name]_[attribute_name])
stringtitle The title of this form with checkboxes.
stringinfo The info text.
arraycheck_values The values of the checkboxes.
arraycheck_names The names of the checkboxes.
editFaceGeneric (   $attribute,
  $title,
  $info 
)

Prints out a form with a pull-down field for different font-faces.

Parameters
stringattribute The name of the attribute (Syntax: [tag-name]_[attribute_name])
stringtitle The title of this form.
stringinfo The info text.
editOptionGeneric (   $attribute,
  $title,
  $info,
  $option_values,
  $option_names,
  $size = 1,
  $multiple = FALSE 
)

Prints out a Form with an option-list.

Parameters
stringattribute The name of the attribute (Syntax: [tag-name]_[attribute_name])
stringtitle The title of this option-list.
stringinfo The info text.
arrayradio_values The values of the options.
arrayradio_names The names of the options.
intlength The visible size of the option-list (default 1, pull-down).
booleanmultiple Set this TRUE, if you want a multiple option-list (default FALSE)
editRadioGeneric (   $attribute,
  $title,
  $info,
  $radio_values,
  $radio_names 
)

Prints out a Form with radio-buttons.

Parameters
stringattribute The name of the attribute (Syntax: [tag-name]_[attribute_name])
stringtitle The title of this form with radio-buttons.
stringinfo The info text.
arrayradio_values The values of the radio-buttons.
arrayradio_names The names of the radio-buttons.
editTextareaGeneric (   $attribute,
  $title,
  $info,
  $rows,
  $cols 
)

Prints out a Form with a textarea.

Parameters
stringattribute The name of the attribute (Syntax: [tag-name]_[attribute_name])
stringtitle The title of this textarea.
stringinfo The info text.
introws The number of rows of this textarea.
intcols The number of columns of this textarea.
editTextfieldGeneric (   $attribute,
  $title,
  $info,
  $size,
  $maxlength 
)

Prints out a form with a text field.

Parameters
stringattribute The name of the attribute (Syntax: [tag-name]_[attribute_name])
mixedtitle The title(s) of the textfield(s).
stringinfo The info text.
intsize The size (length) of this textfield.
intmaxlength The maximal length of the text.

The documentation for this class was generated from the following file: