Actions
Bug #71486
closedEmpty Compressed CSS file in iframe with external file in f:be.container
Start date:
2015-11-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
css, backend, module
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
I am not sure why this is not going. But in my TYPO3 6.2 Backend module, I want to include the bootstrap.min.css from maxcdn. After reading through the doc I decided to go with f:be:container and use the includeCssFiles argument to load it as follows:
<f:be.container loadJQuery="true" includeCssFiles="{0: '{f:uri.external(uri:\'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css\')}'}">
I also get a compressed css file in the iframe, but it is empty:
<link media="all" href="../typo3temp/compressor/bootstrap.min-cfc9fc44495c6d385418e5ee4d0ab2cd.css?1447181637" type="text/css" rel="stylesheet">
Actions