cq:actions="[edit,-,delete]"
cq:dialogMode="floating"
cq:disableTargeting="{Boolean}true"
cq:layout="editbar"
when these properties are removed it is behaving what i expected. But If I delete those properties it does display only config icon for baked in components and makes components unmovable when components are dragged (meaning not baked in).
any suggestions.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Pradeep,
If you want to move components upwards or downwards, you need to use copymove in cq:actions property.
Here it is!!
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" cq:actions="[text:My Component,-,edit,delete,insert,copymove]" cq:dialogMode="floating" cq:layout="editbar" jcr:primaryType="cq:EditConfig"> </jcr:root>
Check here for more information: http://labs.6dglobal.com/blog/2014-01-08/the-great-and-powerful-cq-editconfig/
Hope this helps!
~Ratna.
Views
Replies
Total Likes
What version of AEM are you using. Are you able to drag and drop components on other pages?
Views
Replies
Total Likes
Hi Pradeep,
If you want to move components upwards or downwards, you need to use copymove in cq:actions property.
Here it is!!
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" cq:actions="[text:My Component,-,edit,delete,insert,copymove]" cq:dialogMode="floating" cq:layout="editbar" jcr:primaryType="cq:EditConfig"> </jcr:root>
Check here for more information: http://labs.6dglobal.com/blog/2014-01-08/the-great-and-powerful-cq-editconfig/
Hope this helps!
~Ratna.
Views
Replies
Total Likes
yeah, I am able to drag and drop components.
Version 6.2
Views
Replies
Total Likes
Thanks Ratna.
can u help me on this too?
Views
Replies
Total Likes
Views
Likes
Replies