Bug #20066
closedno possibility to set exact width of the rtehtmlarea in FE
0%
Description
If you want to put rtehtmlarea in frontend there is no possibility to set exact width of the editor, although there is possibility to set exact height with RTEHeightOverride.
SOLUTION:
Introduce property RTEWidthOverride in file sysext/rtehtmlarea/pi2/class.tx_rtehtmlarea_pi2.php
This property doesn't work for backend rtehtmlarea which is defined here
sysext/rtehtmlareaclass.tx_rtehtmlarea_base.php.
If you think that for consistency it should then I can extend the path.
(issue imported from #M10509)
Files
Updated by Stanislas Rolland over 15 years ago
Note that if you are including the RTE in your own extension, you may set $RTEObj->RTEWrapStyle and $RTEObj->RTEdivStyle before invoking $RTEObj->drawRTE. This will take precedence over any Page TSConfig settings. You may then let your extension make this configuration in TS setup.
Updated by Stanislas Rolland over 15 years ago
See the patch attached to issue #10520 and committed to SVN TYPO3core trunk (revision 5054).