Project

General

Profile

Actions

Bug #20066

closed

no possibility to set exact width of the rtehtmlarea in FE

Added by Krystian Szymukowicz about 15 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-02-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

rte.path (690 Bytes) rte.path Administrator Admin, 2009-02-20 21:34

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #20075: htmlARea RTE: Configuration option to override RTE widthClosedStanislas Rolland2009-02-22

Actions
Actions #1

Updated by Stanislas Rolland about 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.

Actions #2

Updated by Stanislas Rolland about 15 years ago

See the patch attached to issue #10520 and committed to SVN TYPO3core trunk (revision 5054).

Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF