Expand my Community achievements bar.

Touch UI dialog-success or any dialog events not firing when editing page properties from sites.html. Any equivalent way to dialog-success for that usecase?

Avatar

Level 4

Hello Team,

I have used the touch UI events dilaog-ready, dialog success events following the documentation, https://helpx.adobe.com/experience-manager/using/creating-touchui-events.html

When navigating to individual page for eg: http://localhost:4502/editor.html/content/geometrixx/en.html and click on page properties, it opens the dialog of page properties. and all my dialog events are working.

Whereas if we go to same page properties from sites.html, http://localhost:4502/libs/wcm/core/content/sites/properties.html/content/geometrixx_mobile/en, then its opening a dialog/form with page properties but dialog-success events are not working.

I can always do the jquery button event handling on submit of page properties. But I want to do some other call to back end servlet based on properties submission is happened successfully. Is there any way equivalent of dialog-success in this case?

Thanks..

0 Replies