CQ.I18n.getDictionary() this method accepts locale as parameter and looks like it will be called at run time. Please let me know which class implements this method and which adobe package it belongs to.
Solved! Go to Solution.
Views
Replies
Total Likes
The code is not part of Java, instead its part of ExtJS framework which AEM used.
Here Documentation: https://docs.adobe.com/docs/en/cq/5-6/widgets-api/index.html?class=I18n
Views
Replies
Total Likes
The code is not part of Java, instead its part of ExtJS framework which AEM used.
Here Documentation: https://docs.adobe.com/docs/en/cq/5-6/widgets-api/index.html?class=I18n
Views
Replies
Total Likes
Hi
As stated by Praveen it is not the part of Java, its part of ExtJs framework.
You can find it in :- /etc/clientlibs/granite/utils/source/I18n.js Line:220
Chrome Debugging Technique
One of the debugging technique for any web development stated below:-
Q1. How to find a function definition in chrome
//
foo\s*=\s*function
(searches for foo = function
with any number of spaces between those three tokens),Result will be like this:
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Thanks
Views
Replies
Total Likes
Could you please clarify the use of bundle(com.adobe.granite.crxde-lite)?.In this bundle, we can see I18n.js(com.adobe.granite.crxde-lite-1.0.52.jar!\docroot\commons\js\I18n.js).
Same I18n.js is available in the path( /etc/clientlibs/granite/utils/source/I18n.js) as well.
What is the use of crxde-lite jar. Where is the entry for this getDictionary() method.
Please clarify.
Views
Replies
Total Likes
Views
Likes
Replies