|
Stud.IP
2.4 Revision 48548
|


Public Member Functions | |
| ExternEditHtml (&$config, $form_values="", $faulty_values="", $edit_element="") | |
| editHeight ($attribute) | |
| editBorder ($attribute) | |
| editColor ($attribute) | |
| editBgcolor ($attribute) | |
| editBordercolor ($attribute) | |
| editBgcolor2 ($attribute) | |
| editText ($attribute) | |
| editLink ($attribute) | |
| editVlink ($attribute) | |
| editAlink ($attribute) | |
| editColorGeneric ($attribute, $title, $info) | |
| editCellpadding ($attribute) | |
| editCellspacing ($attribute) | |
| editWidth ($attribute) | |
| editAlign ($attribute) | |
| editValign ($attribute) | |
| editSize ($attribute) | |
| editFace ($attribute) | |
| editClass ($attribute) | |
| editStyle ($attribute) | |
| editTitle ($attribute) | |
| editZebraTd ($attribute) | |
| editZebraTh ($attribute) | |
| editBackground ($attribute) | |
Public Member Functions inherited from ExternEditGeneric | |
| 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>" | |
| editAlign | ( | $attribute | ) |
Prints out a form for entering the horizontal alignment of a html-element (e.g. <td>, <table>).
public
| string | attribute The name of the attribute (syntax: HTML-TAG_HTML-ATTRIBUTE). |

| editAlink | ( | $attribute | ) |
Prints out a form for entering the link color in the body tag
| string | name The name of the text field. |
| string | value The value for the text pre-emption. |

| editBackground | ( | $attribute | ) |
Prints out a form for entering the URL of a background picture for the hole document.
public
| string | attribute The name of the attribute (syntax: HTML-TAG_HTML-ATTRIBUTE). |

| editBgcolor | ( | $attribute | ) |
Prints out a form for entering the backgroung-color of a table- or td-tag
public
| string | attribute The name of the attribute (syntax: HTML-TAG_HTML-ATTRIBUTE). |

| editBgcolor2 | ( | $attribute | ) |
Prints out a form for entering the second backgroung-color of a td- or th-tag (only for zebra-effect.
| string | name The name of the text field. |
| string | value The value for the text pre-emption. |

| editBorder | ( | $attribute | ) |
Prints out a form for entering the border-width of a table.
public
| string | attribute The name of the attribute (syntax: HTML-TAG_HTML-ATTRIBUTE). |

| editBordercolor | ( | $attribute | ) |
Prints out a form for entering the bordercolor of a table.
public
| string | attribute The name of the attribute (syntax: HTML-TAG_HTML-ATTRIBUTE). |

| editCellpadding | ( | $attribute | ) |
Prints out a form for entering the cellpadding of a table.
public
| string | attribute The name of the attribute (syntax: HTML-TAG_HTML-ATTRIBUTE). |

| editCellspacing | ( | $attribute | ) |
Prints out a form for entering the cellspacing of a table.
public
| string | attribute The name of the attribute (syntax: HTML-TAG_HTML-ATTRIBUTE). |

| editClass | ( | $attribute | ) |
Prints out a form for entering the css-classname of a html-element.
public
| string | attribute The name of the attribute (syntax: HTML-TAG_HTML-ATTRIBUTE). |

| editColor | ( | $attribute | ) |
Prints out a form for entering the font-color.
public
| string | attribute The name of the attribute (syntax: HTML-TAG_HTML-ATTRIBUTE). |

| editColorGeneric | ( | $attribute, | |
| $title, | |||
| $info | |||
| ) |
Prints out a text field and a selection list for entering the color of a table border.
The name of the text field is given by $name. The name of the selection list is $name . "_list".
| string | title the |
| string | name the name of the text field and selection list |
| string | value |


| editFace | ( | $attribute | ) |
Prints out a form for entering the font-face.
public
| string | attribute The name of the attribute (syntax: HTML-TAG_HTML-ATTRIBUTE). |

| editHeight | ( | $attribute | ) |
Prints out a form for entering the height of a html-element (e.g. <tr>, <th>)
public
| string | attribute The name of the attribute (syntax: HTML-TAG_HTML-ATTRIBUTE). |

| editLink | ( | $attribute | ) |
Prints out a form for entering the link color in the body tag
| string | name The name of the text field. |
| string | value The value for the text pre-emption. |

| editSize | ( | $attribute | ) |
Prints out a form for entering the font-size.
public
| string | attribute The name of the attribute (syntax: HTML-TAG_HTML-ATTRIBUTE). |

| editStyle | ( | $attribute | ) |
Prints out a form for entering css-styles of a html-element
public
| string | attribute The name of the attribute (syntax: HTML-TAG_HTML-ATTRIBUTE). |

| editText | ( | $attribute | ) |
Prints out a form for entering the link color in the body tag
| string | name The name of the text field. |
| string | value The value for the text pre-emption. |

| editTitle | ( | $attribute | ) |
Prints out a form for entering the title of a html-page.
public
| string | attribute The name of the attribute (syntax: HTML-TAG_HTML-ATTRIBUTE). |

| editValign | ( | $attribute | ) |
Prints out a form for entering the vertikal alignment of a html-element (e.g. <td>, <table>).
public
| string | attribute The name of the attribute (syntax: HTML-TAG_HTML-ATTRIBUTE). |

| editVlink | ( | $attribute | ) |
Prints out a form for entering the link color in the body tag
| string | name The name of the text field. |
| string | value The value for the text pre-emption. |

| editWidth | ( | $attribute | ) |
Prints out a form for entering the width of a html-element (e.g. <td>, <table>).
public
| string | attribute The name of the attribute (syntax: HTML-TAG_HTML-ATTRIBUTE). |

| editZebraTd | ( | $attribute | ) |
Prints out a form for choosing between a horizontal or vertikal zebra-effect on table rows/columns.
public
| string | attribute The name of the attribute (syntax: HTML-TAG_HTML-ATTRIBUTE). |

| editZebraTh | ( | $attribute | ) |
Prints out a form for activating a zebra-effect on th-tags.
public
| string | attribute The name of the attribute (syntax: HTML-TAG_HTML-ATTRIBUTE). |

| ExternEditHtml | ( | & | $config, |
$form_values = "", |
|||
$faulty_values = "", |
|||
$edit_element = "" |
|||
| ) |
