Expand my Community achievements bar.

SOLVED

Component without dialog but draggable

Avatar

Level 4

Hi All,

We have a requirement where we need to create a component which should be drag gable but not be author able can some one please suggest how to achieve that as without dialog we will not able to drag the component on page and if there is dialog content author able to   click on edit button which will open the dialog for that.

Please suggest.

1 Accepted Solution

Avatar

Correct answer by
Level 2
Level 2

You can use cq:EditConfig. cq:EditConfig edits properties of the component and enables the component to appear in the Components browser or Sidekick even if we don't have dialog.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 2
Level 2

You can use cq:EditConfig. cq:EditConfig edits properties of the component and enables the component to appear in the Components browser or Sidekick even if we don't have dialog.

Avatar

Community Advisor

Hi,

cq:dialog will be used to show the dialog and cq:editConfig will be used to display the component on left rail and dragging to parsys. Create a component without cq:dialog if edit option is not required.

Option 2: If you just have cq:dialog without any node under it, click of edit wont open the dialog.

Hope this helps

Avatar

Level 5

You may create a node with name "cq:dialog" of type jcr:primaryType="nt:unstructured" and it will make your component drag able. Author can only drop this component to page, since there is no dialog item it will not open dialog box for authoring.