この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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.
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
What version of AEM are you using. Are you able to drag and drop components on other pages?
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
yeah, I am able to drag and drop components.
Version 6.2
表示
返信
いいね!の合計
Thanks Ratna.
can u help me on this too?
表示
返信
いいね!の合計