Documentation TYPO3 par Ameos |
Public Member Functions | |
drawRTE (&$pObj, $table, $field, $row, $PA, $specConf, $thisConfig, $RTEtypeVal, $RTErelPath, $thePidValue) | |
setSaveRTE ($number, $form, $textarea) | |
Public Attributes | |
$RTEWrapStyle = '' | |
$RTEdivStyle = '' | |
$extHttpPath | |
$elementId | |
$elementParts | |
$tscPID | |
$typeVal | |
$thePid | |
$RTEsetup | |
$thisConfig | |
$confValues | |
$language | |
$spellCheckerLanguage | |
$spellCheckerCharset | |
$spellCheckerMode | |
$specConf | |
$LOCAL_LANG |
Definition at line 39 of file class.tx_rtehtmlarea_pi2.php.
tx_rtehtmlarea_pi2::drawRTE | ( | &$ | pObj, | |
$ | table, | |||
$ | field, | |||
$ | row, | |||
$ | PA, | |||
$ | specConf, | |||
$ | thisConfig, | |||
$ | RTEtypeVal, | |||
$ | RTErelPath, | |||
$ | thePidValue | |||
) |
Draws the RTE as an iframe
object | Reference to parent object, which is an instance of the TCEforms. | |
string | The table name | |
string | The field name | |
array | The current row from which field is being rendered | |
array | Array of standard content for rendering form fields from TCEforms. See TCEforms for details on this. Includes for instance the value and the form field name, java script actions and more. | |
array | "special" configuration - what is found at position 4 in the types configuration of a field from record, parsed into an array. | |
array | Configuration for RTEs; A mix between TSconfig and otherwise. Contains configuration for display, which buttons are enabled, additional transformation information etc. | |
string | Record "type" field value. | |
string | Relative path for images/links in RTE; this is used when the RTE edits content from static files where the path of such media has to be transformed forth and back! | |
integer | PID value of record (true parent page id) |
Reimplemented from tx_rtehtmlarea_base.
Definition at line 77 of file class.tx_rtehtmlarea_pi2.php.
References $specConf, $thisConfig, tx_rtehtmlarea_base::clientInfo(), t3lib_div::getIndpEnv(), t3lib_div::int_from_ver(), t3lib_extMgm::isLoaded(), tx_rtehtmlarea_base::isPluginEnable(), tx_rtehtmlarea_base::loadJScode(), tx_rtehtmlarea_base::loadJSfiles(), t3lib_div::readLLfile(), tx_rtehtmlarea_base::registerRTEinJS(), tx_rtehtmlarea_base::setPlugins(), setSaveRTE(), tx_rtehtmlarea_base::setToolBar(), t3lib_extMgm::siteRelPath(), t3lib_rteapi::transformContent(), t3lib_rteapi::triggerField(), and t3lib_div::trimExplode().
tx_rtehtmlarea_pi2::setSaveRTE | ( | $ | number, | |
$ | form, | |||
$ | textarea | |||
) |
Return the JS-Code for copy the HTML-Code from the editor in the hidden input field. This is for submit function from the form.
Reimplemented from tx_rtehtmlarea_base.
Definition at line 300 of file class.tx_rtehtmlarea_pi2.php.
Referenced by drawRTE().