

Public Member Functions | |
| wrapLabels ($str) | |
| printPalette ($palArr) | |
| setFancyDesign () | |
| loadJavascriptLib ($lib) | |
| addStyleSheet ($key, $href, $title='', $relation='stylesheet') | |
Definition at line 6066 of file class.t3lib_tceforms.php.
| t3lib_TCEforms_FE::addStyleSheet | ( | $ | key, | |
| $ | href, | |||
| $ | title = '', |
|||
| $ | relation = 'stylesheet' | |||
| ) |
Insert additional style sheet link
| string | $key: some key identifying the style sheet | |
| string | $href: uri to the style sheet file | |
| string | $title: value for the title attribute of the link element |
void
Reimplemented from t3lib_TCEforms.
Definition at line 6153 of file class.t3lib_tceforms.php.
| t3lib_TCEforms_FE::loadJavascriptLib | ( | $ | lib | ) |
Includes a javascript library that exists in the core /typo3/ directory. The backpath is automatically applied. This method adds the library to $GLOBALS['TSFE']->additionalHeaderData[$lib].
| string | $lib: Library name. Call it with the full path like "contrib/prototype/prototype.js" to load it |
Reimplemented from t3lib_TCEforms.
Definition at line 6138 of file class.t3lib_tceforms.php.
References $GLOBALS.
| t3lib_TCEforms_FE::printPalette | ( | $ | palArr | ) |
Prints the palette in the frontend editing (forms-on-page?)
| array | The palette array to print |
Reimplemented from t3lib_TCEforms.
Definition at line 6084 of file class.t3lib_tceforms.php.
| t3lib_TCEforms_FE::setFancyDesign | ( | ) |
Sets the fancy front-end design of the editor. Frontend
Definition at line 6109 of file class.t3lib_tceforms.php.
| t3lib_TCEforms_FE::wrapLabels | ( | $ | str | ) |
Function for wrapping labels.
| string | The string to wrap |
Reimplemented from t3lib_TCEforms.
Definition at line 6074 of file class.t3lib_tceforms.php.
1.4.7