Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

How to write dialog.xml ?

Avatar

Level 2

I know how to create dialog(s) from crx/de. I want to write dialog.xml . How to write dialog.xml? Where is the XSD for this? Is there any documentation around this?

thanks

Srini

1 Accepted Solution

Avatar

Correct answer by
Level 10

I searched in the documentation and could not find this.

The recommended way to create a dialog for a component is using CRXDE Lite to build the JCR nodes and properties. We show this in multiple articles -- such as this one:

 http://helpx.adobe.com/experience-manager/using/creating-aem-multifield-components.html

I will bring this issue up with the doc team and the community teams. We will look at writing a community article around building a component using XML as opposed tp nodes and properties using CRXDE Lite. 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

I searched in the documentation and could not find this.

The recommended way to create a dialog for a component is using CRXDE Lite to build the JCR nodes and properties. We show this in multiple articles -- such as this one:

 http://helpx.adobe.com/experience-manager/using/creating-aem-multifield-components.html

I will bring this issue up with the doc team and the community teams. We will look at writing a community article around building a component using XML as opposed tp nodes and properties using CRXDE Lite. 

Avatar

Level 8

The JCR spec includes information about the XML representation of nodes: http://www.day.com/specs/jcr/2.0/7_Export.html

hope that helps,
scott