

Public Member Functions | |
| transformContent ($content) | |
| buildJavascriptConfiguration ($RTEcounter) | |
| buildJSAcronymArray ($languageUid) | |
Protected Attributes | |
| $extensionKey = 'rtehtmlarea' | |
| $pluginName = 'Acronym' | |
| $relativePathToLocallangFile = '' | |
| $relativePathToSkin = 'extensions/Acronym/skin/htmlarea.css' | |
| $htmlAreaRTE | |
| $thisConfig | |
| $toolbar | |
| $LOCAL_LANG | |
| $pluginButtons = 'acronym' | |
| $convertToolbarForHtmlAreaArray | |
| $acronymIndex = 0 | |
| $abbraviationIndex = 0 | |
Definition at line 35 of file class.tx_rtehtmlarea_acronym.php.
| tx_rtehtmlarea_acronym::buildJavascriptConfiguration | ( | $ | RTEcounter | ) |
Return JS configuration of the htmlArea plugins registered by the extension
| integer | Relative id of the RTE editing area in the form |
Reimplemented from tx_rtehtmlareaapi.
Definition at line 82 of file class.tx_rtehtmlarea_acronym.php.
| tx_rtehtmlarea_acronym::buildJSAcronymArray | ( | $ | languageUid | ) |
Return an acronym array for the Acronym plugin
Definition at line 112 of file class.tx_rtehtmlarea_acronym.php.
References $GLOBALS, $res, $TYPO3_DB, t3lib_BEfunc::BEenableFields(), t3lib_BEfunc::deleteClause(), and t3lib_div::trimExplode().
| tx_rtehtmlarea_acronym::transformContent | ( | $ | content | ) |
Return tranformed content
| string | $content: The content that is about to be sent to the RTE |
Definition at line 60 of file class.tx_rtehtmlarea_acronym.php.
References $content.
tx_rtehtmlarea_acronym::$abbraviationIndex = 0 [protected] |
Definition at line 51 of file class.tx_rtehtmlarea_acronym.php.
tx_rtehtmlarea_acronym::$acronymIndex = 0 [protected] |
Definition at line 50 of file class.tx_rtehtmlarea_acronym.php.
tx_rtehtmlarea_acronym::$convertToolbarForHtmlAreaArray [protected] |
Initial value:
array (
'acronym' => 'Acronym',
)
Reimplemented from tx_rtehtmlareaapi.
Definition at line 47 of file class.tx_rtehtmlarea_acronym.php.
tx_rtehtmlarea_acronym::$extensionKey = 'rtehtmlarea' [protected] |
Reimplemented from tx_rtehtmlareaapi.
Definition at line 37 of file class.tx_rtehtmlarea_acronym.php.
tx_rtehtmlarea_acronym::$htmlAreaRTE [protected] |
Reimplemented from tx_rtehtmlareaapi.
Definition at line 41 of file class.tx_rtehtmlarea_acronym.php.
tx_rtehtmlarea_acronym::$LOCAL_LANG [protected] |
Reimplemented from tx_rtehtmlareaapi.
Definition at line 44 of file class.tx_rtehtmlarea_acronym.php.
tx_rtehtmlarea_acronym::$pluginButtons = 'acronym' [protected] |
Reimplemented from tx_rtehtmlareaapi.
Definition at line 46 of file class.tx_rtehtmlarea_acronym.php.
tx_rtehtmlarea_acronym::$pluginName = 'Acronym' [protected] |
Reimplemented from tx_rtehtmlareaapi.
Definition at line 38 of file class.tx_rtehtmlarea_acronym.php.
tx_rtehtmlarea_acronym::$relativePathToLocallangFile = '' [protected] |
Reimplemented from tx_rtehtmlareaapi.
Definition at line 39 of file class.tx_rtehtmlarea_acronym.php.
tx_rtehtmlarea_acronym::$relativePathToSkin = 'extensions/Acronym/skin/htmlarea.css' [protected] |
Reimplemented from tx_rtehtmlareaapi.
Definition at line 40 of file class.tx_rtehtmlarea_acronym.php.
tx_rtehtmlarea_acronym::$thisConfig [protected] |
Reimplemented from tx_rtehtmlareaapi.
Definition at line 42 of file class.tx_rtehtmlarea_acronym.php.
tx_rtehtmlarea_acronym::$toolbar [protected] |
Reimplemented from tx_rtehtmlareaapi.
Definition at line 43 of file class.tx_rtehtmlarea_acronym.php.
1.4.7