Feature #17714
closedMake htmlArea RTE extensible
0%
Description
It should be possible to add a plugin to htmlArea RTE without modifying the RTE extension (rtehtmlarea).
(issue imported from #M6579)
Files
Updated by Stanislas Rolland about 17 years ago
The attached patch allows a TYPO3 extension to register a plugin. The registered plugin may add select boxes and buttons. The API still needs to be documented.
Updated by Stanislas Rolland about 17 years ago
Committed to SVN TYPO3core, trunk.
Still needs to be documented.
Updated by Stanislas Rolland about 17 years ago
Added a small patch to correct syntax error in the original patch for the FE RTE.
Committed to TYPO3core trunk.
Updated by Stanislas Rolland about 17 years ago
Third patch introduces plugin class using Prototype JavaSript Framework.
Committed to TYPO3core trunk.
Updated by Stefano Cecere about 17 years ago
with latest trunk (v 2665) i get this error, whenever opening htmlarea:
Fatal error: Call to undefined method t3lib_TCEforms::loadJavascriptLib() in /Sites/trunk/typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php on line 594
(i'm on osx/FF 2.0.0.9)
Updated by Stanislas Rolland about 17 years ago
Sorry, please upgrade to revision 2666.
Updated by Steffen Kamper about 17 years ago
nice feature, hope to get some documentation about it to use it in extensions ;-)
thx!
Updated by Stanislas Rolland about 17 years ago
Backtracking on the use of Prototype framework.
Committed to SVN TYPO3core trunk (revision 2690).
Updated by Stanislas Rolland about 17 years ago
Additional patch allowing a plugin to register hotkeys.
Committed to SVN TYPO3core trunk (revision 2696)