The purpose of "use strict" is to indicate that the code should be executed in "strict mode". With strict mode you can not use undeclared variables.My question is, do we need to have this in every piece of custom Javascript file? Can it be set at global level or can we ask AEM to use "use strict" fo...
I know the definitions and purpose of Layout Container and Parsys component. Layout Container:-I see that Layout Container in used in editable template. It act as Container which can contains other component plus it also have feature to divide the columns (12 columns)Paysys :- It act as Container w...
Thanks Bhuwan. I had already read above article. it is 3.5 years old document just want to know what is the current trend. Someone says Query based validator is deprecated. Can we start validate dialog fields using jQuery? Can you tell what is difference between jQuery validation and foundation-vali...
In classic UI dialog, you would write a JavaScript function for dialog before/after submitting an event. How do we the same in touch in correct way?1. Jquery based validator. (I read out that this jQuery based validator is deprecated starting in AEM 6.2. Is that true?)2. Foundation validation valida...
I have some question after I started using touch UI in AEM 6.4. AEM is maintaining both Granite UI and Coral UI on server not sure which one is the best fit and which one Adobe recommend us to use? What is the relation between these two?