Is it possible to have dialog and design_dialog simultaneously | Community
Skip to main content
Level 9
October 16, 2015
Solved

Is it possible to have dialog and design_dialog simultaneously

  • October 16, 2015
  • 5 replies
  • 1110 views

Hi All,

Any thoughts/detailed explanation on this will be helpful.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by JK_Kendall

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

5 replies

smacdonald2008
Level 10
October 16, 2015

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

askdctmAuthor
Level 9
October 16, 2015

Hi Scott,

Thank you for your reply.

But can they be used simultaneously? I am bit confused

smacdonald2008
Level 10
October 16, 2015

Read this community article: 

CQ/AEM DIALOG V/S DESIGN DIALOG

askdctmAuthor
Level 9
October 16, 2015

Hi JK,

Thanks a lot for your reply.

JK_Kendall
JK_KendallAccepted solution
Level 9
October 16, 2015

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