I am trying to use requireJS in AEM.have gone through the below three URLs, please let me know if there is any more material or some other link I can refer.https://github.com/yaycmyk/CQ5-RequireJShttp://stackoverflow.com/questions/21222235/using-require-js-for-client-side-dependancies-in-adobe-cq5h...
What is the best approach to add new style to list in text? Checkmark ones:/libs/foundation/components/text/cq:dialog/content/items/tabs/items/text/items/column/items/text/rtePlugins/listsI want to add check mark style next to bullet and numbered.
Whenever I deploy the bundle module (OSGI code - service and components) with maven(mvn -PautoInstallPackage install clean) , the Service is not recognized in jsp . I am getting Service not found error. When I checked in the system/console, the bundle is in installed state and I am not able to start...
HiI have a requirement where I dont need inline editing and need editing inside dialog using RTE.When I add sling:resourceType='cq/gui/components/authoring/dialog/richtext' for making the field a richtext field in touch ui dialog, it works well and appears fine.BUT all the options like fullscreen bu...
Suppose we have a author server running on 4502. We created two websites w1 and w2 on that author instance.In Parallel we have two publish instance p1 and p2 on 4503 and 4505. For that we have two replication agents RA1 and RA2 on author instances.Now we want to publish our website w1 on publish ins...
Hi All,In SiteCatalyst.jsp the below code is used to display an image if javascript is disabled in browser. Please clarify the purpose of this code.code in jsp:<noscript><img src="http://daydocumentation.112.2o7.net/b/ss/daydocumentation/1/H.25--NS/1380120772954?cdp=3&gn=content%3Ageometrixx-out...
So I got an issue where my banner component was not getting rendered properly, to fix it I replaced all the jsp's with the working jsp from another renderer.This however is creating an issue with my component below the banner which is heavily influenced by accordion.Now what is happening is that the...
Are there any license implications for having a large number of registered users in AEM? I am building a user registration module on our site and am wondering if this is something I need to bear in mind.