Actions
Bug #21106
closedWrong Inclusion in tceforms and tceforms_fe
Start date:
2009-09-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
1) In tceforms the file jsfunc.tbe_editor.js isn't included like the other ones. Reason was #19421 which is resolved now. This inclusion leads to JS error in feedit context as the include isn't in header, it's in body of the document.
Solution: Use $this->loadJavascriptLib()
2) in tceforms_fe all headerData is included with $GLOBALS['TSFE']->additionalHeaderData. This also leads to render in body instead of header.
Solution: use PageRenderer for inclusion
(issue imported from #M12017)
Files
Actions