Search code examples
typo3extbasetypo3-7.6.xtypo3-extensions

Can I use TYPO3's RTE in a front end plugin?


I have a custom extension, and i need to use some form of text editor in the front-end. According to the documentation, it should be possible, but the documentation and tutorials seem to be deprecated. I think this is not available in typo3 7.6 :

require_once(t3lib_extMgm::extPath('rtehtmlarea').'pi2/class.tx_rtehtmlarea_pi2.php');

Can it be done somehow or do i need to install another extension for this, maybe just a viewhelper? Thank you in advance.


Solution

  • To be honest, that feature worked only in theory and never in reality. Use an RTE like ckeditor or whatever fits best