Feature #17714
closed
Make htmlArea RTE extensible
Added by Stanislas Rolland about 17 years ago.
Updated over 16 years ago.
Description
It should be possible to add a plugin to htmlArea RTE without modifying the RTE extension (rtehtmlarea).
(issue imported from #M6579)
Files
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.
Committed to SVN TYPO3core, trunk.
Still needs to be documented.
Added a small patch to correct syntax error in the original patch for the FE RTE.
Committed to TYPO3core trunk.
Third patch introduces plugin class using Prototype JavaSript Framework.
Committed to TYPO3core trunk.
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)
Sorry, please upgrade to revision 2666.
with 2666 it works. thanks! _
nice feature, hope to get some documentation about it to use it in extensions ;-)
thx!
Backtracking on the use of Prototype framework.
Committed to SVN TYPO3core trunk (revision 2690).
Additional patch allowing a plugin to register hotkeys.
Committed to SVN TYPO3core trunk (revision 2696)
Also available in: Atom
PDF