How to include a config dialog in page in touch UI edit mode | Community
Skip to main content
ashishkhadpe
Level 3
September 4, 2020

How to include a config dialog in page in touch UI edit mode

  • September 4, 2020
  • 0 replies
  • 661 views

Hi All,

 

In classic UI implementation we have below JS code which is including a config dialog on a page.

<script type="text/javascript" id="cq-gen73"> CQ.WCM .edit({ "path" : "<content_path>", "dialog" : "<dialog_path>", "type" : "", "csp" : "", "editConfig" : { "listeners" : { "afteredit" : "REFRESH_PAGE" }, } }); </script>

 

After migrating to touch UI, the above config dialog is not author-able. Can someone suggest, touch UI implementation of the above code to include dialog on page. 

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