この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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.
解決済! 解決策の投稿を見る。
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
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
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.