[TYPO3-core] RFC #9613: RTE uses JScodeLibArray to insert CSS
Stanislas Rolland
typo3 at sjbr.ca
Wed Oct 22 07:26:34 CEST 2008
This is an SVN patch request.
Type: Bugfix
Bugtracker references:
http://bugs.typo3.org/view.php?id=9613
Branches:
4.2 and trunk
Problem:
JScodeLibArray was used to move some RTE style sheet inclusions to the
head part of the document. However, the template object did not exist
when frontend editing.
Solution:
The attached patch adds array $additionalHeaderData to class template,
and uses it to add the additional head section content needed by the
RTE. $GLOBALS['TSFE']->additionalHeaderData is used instead when available.
Regards,
Stanislas
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rtehtmlarea_bugfix_9613_trunk.patch
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20081022/ffa34dd7/attachment.txt
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rtehtmlarea_bugfix_9613_typo3_4-2.patch
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20081022/ffa34dd7/attachment-0001.txt
More information about the TYPO3-team-core
mailing list