2009-03-06 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #10610: htmlArea RTE: Two errors in class.tx_rtehtmlarea_acronym.php (Thanks to Ursula Renziehausen).
+ * Fixed bug #6947: RTEfullScreenWidth by default please !
2009-03-05 Benjamin Mack <benni@typo3.org>
2009-03-06 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #10610: htmlArea RTE: Two errors in class.tx_rtehtmlarea_acronym.php (Thanks to Ursula Renziehausen).
+ * Fixed bug #6947: RTEfullScreenWidth by default please !
2009-02-25 Stanislas Rolland <typo3@sjbr.ca>
RTE.default.FE.FE >
RTE.default.FE.userElements >
RTE.default.FE.userLinks >
-
- ## tt_content TCEFORM configuration
- ## Let use all the space available for more comfort.
-TCEFORM.tt_content.bodytext.RTEfullScreenWidth= 100%
RTE.default.FE.FE >
RTE.default.FE.userElements >
RTE.default.FE.userLinks >
-
- ## tt_content TCEFORM configuration
- ## Let use all the space available for more comfort.
-TCEFORM.tt_content.bodytext.RTEfullScreenWidth= 100%
if (strcmp($fieldTSConfig['RTEfullScreenWidth'],'')) {
$width=$fieldTSConfig['RTEfullScreenWidth'];
} else {
- $width='500';
+ $width='100%';
}
// Get the form field and wrap it in the table with the buttons: