Actions
Feature #28293
closedDefine Location/Namingconvention for extjs js files
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-07-18
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
current js files are located in different locations in the core. I think it would be better to locate the files with a sensefull convention (currently the convention is unclear for me). internal lib pathes: - t3lib/js (mixed) - t3lib/js/extjs (components and mixed) - t3lib/js/extjs/ux (components) - typo3/js (mixed files) - typo3/js/extjs (xtypes and config) external lib pathes (ok for me): - typo3/contrib (js and php libs)
In my opinion the best place would be typo3/js for the core js files.
The files should be ordered by:
- prototype / scriptaculo files - extjs config files (e.g. viewportconfiguration) - extjs instanciation files - extjs ux files
Actions