Actions
Bug #19812
closedNew template-function to add extJS inline code
Start date:
2009-01-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using extJS you may need inline-Code that should be wrapped with
Ext.onReady(function() {
...
});
The patch adds a var to template.php which works like JScode, but wrapps content of var in script tags and Ext.onReady(function)
(issue imported from #M10121)
Files
Actions