Project

General

Profile

Actions

Bug #75188

closed

no JS in HTML-Content-Element with fluid_styled_content?

Added by Thomas Sperling about 8 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-03-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I use TYPO3 7.6.4 with fluid_styled_content and gridelements and I want to use some JavaScript in the HTML-Element.

(function ($) {
 ... some code ...
}

The Problem is that everything inside {} is removed. Even <[CDATA[...]]> didn't help.
I assume it is because of fluid which interprets in the end the content:

<f:format.raw>{data.bodytext}</f:format.raw>

But I wonder why I didn't found this really serious issue. Maybe my gridselement interfers too?

Actions

Also available in: Atom PDF