Project

General

Profile

Actions

Bug #19850

closed

Print PAGE.headerData before PAGE.includeJS

Added by Thomas Deinhamer almost 16 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Communication
Target version:
-
Start date:
2009-01-19
Due date:
% Done:

0%

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

Description

It's be a better solution to print the headerData output before the
includeJS files are printed imho - so it would be possible to use
typoscript-generated javascript objects/variables immediately in
the followed scripts set in includeJS.

At present the headerData is printed out after the includeJS Files,
so it is not easily possible to use generated javascript variables etc.
in the files which were included by includeJS.
(issue imported from #M10180)


Files

headerData-before-includeJS.txt (390 Bytes) headerData-before-includeJS.txt Administrator Admin, 2009-01-19 00:09

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #21567: Add preRenderHook in pageRendererClosedSteffen Kamper2009-11-16

Actions
Actions #1

Updated by Chris topher over 14 years ago

This is possible now with the preRenderHook in pageRenderer using:
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_pagerenderer.php']['render-preProcess']

Also see here:
http://lists.typo3.org/pipermail/typo3-project-4-3/2009-November/002309.html

Resolved as duplicate of #21567.

Actions #2

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF