Actions
Feature #24014
closedhtmlArea RTE: New options to configure RTE size/resize
Start date:
2010-11-11
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
BE user may want to set the width and height of the RTE in User configuration. Also, using textarea resize settings for the RTE is confusing.
(issue imported from #M16344)
Files
Updated by Stanislas Rolland about 14 years ago
The attached patch adds:
- two page TSConfig properties for the RTE: rteResize and rteMaxHeight for configuring RTE resize properties; this will allow also to configure those properties in FE which is not currently possible;
- four options are added to the RTE tab of the BE User Configuration: rteWidth, rteHeight, rteResize and rteMaxHeight; if set by the user, these properties override any other configuration.
Updated by Stanislas Rolland about 14 years ago
Committed to SVN TYPO3core trunk (revision 9330).
Actions