Stud.IP
2.0 Revision 48548
|
Public Member Functions | |
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) | |
Public Member Functions inherited from ExternEdit | |
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="") |
Additional Inherited Members | |
Data Fields inherited from ExternEdit | |
$css | |
$config | |
$form_values = array() | |
$faulty_values = array() | |
$element_name = "main" | |
$is_post_vars = FALSE | |
$edit_element | |
$width_1 = " width=\"20%\"" | |
$width_2 = " width=\"80%\"" | |
$error_sign = "<font size=\"4\" color=\"ff0000\"> <b>*</b></font>" |
editCheckboxGeneric | ( | $attribute, | |
$title, | |||
$info, | |||
$check_values, | |||
$check_names | |||
) |
Prints out a Form with checkboxes.
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 | ( | $attribute, | |
$title, | |||
$info | |||
) |
Prints out a form with a pull-down field for different font-faces.
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 | ( | $attribute, | |
$title, | |||
$info, | |||
$option_values, | |||
$option_names, | |||
$size = 1 , |
|||
$multiple = FALSE |
|||
) |
Prints out a Form with an option-list.
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 | ( | $attribute, | |
$title, | |||
$info, | |||
$radio_values, | |||
$radio_names | |||
) |
Prints out a Form with radio-buttons.
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 | ( | $attribute, | |
$title, | |||
$info, | |||
$rows, | |||
$cols | |||
) |
Prints out a Form with a textarea.
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 | ( | $attribute, | |
$title, | |||
$info, | |||
$size, | |||
$maxlength | |||
) |
Prints out a form with a text field.
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 | ( | & | $config, |
$form_values = "" , |
|||
$faulty_values = "" , |
|||
$edit_element = "" |
|||
) |