Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

How to add button on a cq:dialog

Avatar

Level 3

Hi All,

I have a requirement where i have to add a button to cq:dialog . On click of that button i need to send current page URL to the servlet.

Please do let me know how i can achieve this in AEM touch UI dialog.

1 Accepted Solution

Avatar

Correct answer by
Administrator
2 Replies

Avatar

Level 10

You can use this Granite data type: 

https://docs.adobe.com/docs/en/cq/5-6-1/touch-ui/granite-reference.html#Button

ALso - in the Touch UI component dialog - you can create a custom sling:resourceType that is basically a JQuery plug-in. This lets you add any field that is not available out of the box and then introduce custom logic.In this use case - you can use JQuery and AJAX. 

See this article to learn how ot develop a custom sling.resourceType:

http://scottsdigitalcommunity.blogspot.com/2017/02/creating-custom-experience-manager.html

Hope this helps. 

Avatar

Correct answer by
Administrator