Actions
Bug #19773
closedFeature: Function for including extJS in Backend module
Start date:
2009-01-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This feature allows you to include all you need for extJS in one call. It adds library with duplicate check so it's included only one time.
Inclusion will be done for- ext-all.js
- adapters ('prototype', 'ext', 'prototype,ext')
- CSS (ext-all.css)
- CSS theme (xtheme-gray.css)
- clear.gif
All parameters are optional so the easiest way to include all is a call like
$this->doc->loadExtJS();
(issue imported from #M10069)
Files
Updated by Benni Mack over 15 years ago
From the core list:
Hi,
after discussion and wothy tips from Masi i decided to make a new concept, so i skip this RFC.
My new proposal can be found in
http://bugs.typo3.org/view.php?id=10144
It depends on #19812: New template-function to add extJS inline code
in this list (because extJS adds space-gif to inline-JS).
It may also be extended by adding a flag for using minified scripts as Dmitry suggested in dev list.
vg Steffen
Actions