Custom dialog component
Hi,
I've seen that is possible to edit the dialogs through the dialog Editor in AEM.
How can I make my own componentes for the dialog? Is that possible?
For example to make a color picker, or a datepicker, etc...
Thank you!
Hi,
I've seen that is possible to edit the dialogs through the dialog Editor in AEM.
How can I make my own componentes for the dialog? Is that possible?
For example to make a color picker, or a datepicker, etc...
Thank you!
You use CRXDE lite and add JCR nodes and props to build dialogs. See these AEM community articles to learn how to build a dialog:
https://helpx.adobe.com/experience-manager/using/creating-aem-multifield-components.html
https://helpx.adobe.com/experience-manager/using/jstl.html
https://helpx.adobe.com/experience-manager/using/dialog_fields_servlets.html
https://helpx.adobe.com/experience-manager/using/custom_columns.html
and of course - you can build a custom xtype - which is a skill that you need as an AEM Component developer. A custom xtype is built with JS and AEM widget classes. See:
https://helpx.adobe.com/experience-manager/using/creating-custom-xtype.html
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.