Hi,I created components for my site. How i can place the components in the page as per my design?. The default "Drag components and asset here" does'nt allow to place the components as per my design. I am new to adobe cq5.Thanks in advance.RG
Hi Team,I have added maxLength(50) and allowBlank(false) properties to the Touch UI dialog's node which extends granite/ui/components/foundation/form/textarea (sling:resourceType). But whenever I entered nothing and clicked on tick mark (✔), it is not restricting me. Also I'm able to enter mo...
Hi All,I developed two custom components.Only one custom component is visible to sidekick.Could you please help me how to restrict the components in sidekick
Hi,According to CRX Clustering, for Manual Slave Join, in order to create a cluster of CQ instances manually, the following steps should be taken:Copy the files crx-quickstart-*.jar and and license.properties to the desired directory.Start the instance: java -Xmx512m -jar *.jarVerify that the instan...
Hi,I have integrated solr with aem 6.0 author instance. After it fully index my repository,I couldn't able to access the /projects.html, /siteadmin, /welcome.html pages.Is there any configuration i am missing? Error trace:0 (2014-09-10 13:47:51) TIMER_END{0,ResourceResolution} URI=/projects.html res...
Hi I am trying to Hide/Show checkbox group when dialog's loadContent called, but not able to do so. Below is my code :function(dialog) { var compPath = dialog.path; console.log("compPath ::: "+compPath); var sliderPath = compPath.replace("/par/slider/par/slide", "/par/slider"); console.log("Slider P...
Hi,I am trying to add functionality to rtf (or rte based components) such that, if a text is provided using hyperlink functionality, then, after that hyperlink an image icon corresponding to the link type should be placed after the hyperlinked text.For example, if I provide a pdf link to some text i...