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
Actions