コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

components unmovable to upwards or downwards.

Avatar

Level 3

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.

1 受け入れられたソリューション

Avatar

正解者
Level 10

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.

元の投稿で解決策を見る

4 返信

Avatar

Level 10

What version of AEM are you using. Are you able to drag and drop components on other pages? 

Avatar

正解者
Level 10

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.

Avatar

Level 3

yeah, I am able to drag and drop components.

Version 6.2

Avatar

Level 3