Actions
Bug #21452
closedLocalization for Labels in JavaScript in the backend
Start date:
2009-11-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
currently there is no neat way or API to access labels from a locallang.xml in the javascript of an backend modul.
The Ext:Recycler introduces a nice solution for this. The methods getJavaScriptLabels and getJavaScriptLabelsFromLocallang should be available for other extensions/modules to.
The Ext:t3editor now uses the same aproach, but copied the code from Ext:Recycler, which isn't a really good solution.
So this must be refactored and moved to a Helper class or the language class.
(issue imported from #M12462)
Updated by Alexander Opitz almost 11 years ago
- Category set to Localization
- Target version deleted (
0) - TYPO3 Version set to 4.3
- Is Regression set to No
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 8 LTS
Updated by Benni Mack about 8 years ago
- Status changed from Accepted to Closed
We have a pretty good API for JS in the backend now, so this one can be closed.
Actions