Project

General

Profile

Bug #17917 ยป typo3core_bugfix_6947_trunk_v2.patch

Administrator Admin, 2009-02-23 18:45

View differences:

typo3/sysext/rtehtmlarea/res/demo/pageTSConfig.txt (copie de travail)
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%
typo3/sysext/rtehtmlarea/res/typical/pageTSConfig.txt (copie de travail)
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%
typo3/wizard_rte.php (copie de travail)
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:
    (1-1/1)