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)
Actions