Hi Everyone,
We are migrating cq5.61. to AEM 6.0.
After upgrading, Any of the dialogs which uses custom widgets (custom multi fields) are not opening and gets the below error.
Please help!!!
Thanks in Advance
Solved! Go to Solution.
Views
Replies
Total Likes
See this community article - it explains how to use custom xtypes in AEM 6:
http://helpx.adobe.com/experience-manager/using/creating-touchui-xtypes.html
Views
Replies
Total Likes
What is the category of the client library in which your custom widget is defined?
Views
Replies
Total Likes
Hi There,
Thank you for reaching out to Adobe Community,
See if the below forum thread helps:
Error in creating a custom widget in dialog
Thanks!
Views
Replies
Total Likes
See this community article - it explains how to use custom xtypes in AEM 6:
http://helpx.adobe.com/experience-manager/using/creating-touchui-xtypes.html
Views
Replies
Total Likes
Hi Shekhar,
Thanks for the quick reply. I have gone through the link.
I have implemented the same way. My custom multifields works well in classic ui. But does not work in touch ui.
Views
Replies
Total Likes
Am using the Custom category. But i have dependency as cq:widgets.
Do i need to have cq:widgets as category????
Will it not work in above case cq:widgets as dependency????
Views
Replies
Total Likes
In the TouchUI, the compatiblity iframe into which an ExtJS dialog is rendered has these client library categories loaded (amongst others, but these are the most "popular":
cq.wcm.edit
cq.widgets
cq.security
cq.tagging
cq.cloudserviceconfigs
cq.dam.scene7
This compatibility iframe doesn't know anything about your custom category.
See /libs/cq/gui/components/authoring/compat/components/dialogwrapper/html.jsp for the implementation details.
Regards,
Justin
Views
Replies
Total Likes
Views
Likes
Replies