Expand my Community achievements bar.

SOLVED

Is it possible to have dialog and design_dialog simultaneously

Avatar

Level 9

Hi All,

Any thoughts/detailed explanation on this will be helpful.

1 Accepted Solution

Avatar

Correct answer by
Level 9

This is not my area of expertise, but I think the answer is "Yes - you can have both a dialog and a design_dialog for a component."

See  http://docs.adobe.com/docs/en/aem/6-1/develop/components.html#Dialogs

As an example, if you use CRXDE Lite to look in the repository, and inspect the comments component, it has both a dialog and a design_dialog.  A comments component can be dragged from the components browser (sidekick).  If in edit mode, properties of the component are edited.  If in design mode, the resourceType of the component is edited (you can change to a customized version of that instance of a Comment System).

See http://docs.adobe.com/docs/en/aem/6-1/author/communities/comments.html for a description of the two dialogs for comments.

This is a view of it in the repository :

[img]comments-dialog.png[/img]

- JK

View solution in original post

5 Replies

Avatar

Correct answer by
Level 9

This is not my area of expertise, but I think the answer is "Yes - you can have both a dialog and a design_dialog for a component."

See  http://docs.adobe.com/docs/en/aem/6-1/develop/components.html#Dialogs

As an example, if you use CRXDE Lite to look in the repository, and inspect the comments component, it has both a dialog and a design_dialog.  A comments component can be dragged from the components browser (sidekick).  If in edit mode, properties of the component are edited.  If in design mode, the resourceType of the component is edited (you can change to a customized version of that instance of a Comment System).

See http://docs.adobe.com/docs/en/aem/6-1/author/communities/comments.html for a description of the two dialogs for comments.

This is a view of it in the repository :

[img]comments-dialog.png[/img]

- JK

Avatar

Level 9

Hi JK,

Thanks a lot for your reply.

Avatar

Level 9

Hi Scott,

Thank you for your reply.

But can they be used simultaneously? I am bit confused

Avatar

Level 10

A dialog is for an AEM component and the other for a global/design - as mentioned in the article.