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.

Implementing All check box in cq:dialog

Avatar

Level 3

Hi all,

            Is there a way that we can implement select All checkbox in cq:dialog ,so that rest of the check boxes will be checked onclick of that All button.

 

Thanks

Saicharan

1 Reply

Avatar

Level 10

It can be easily achieved using granite or simple jquery. You can enhance a TOuch UI component dialog by using a JQuery plug-in. 

See: 

https://helpx.adobe.com/experience-manager/using/creating-touchui-validate1.html

In the same manner - you can write a custom JQuery plug-in with the checkbox functionality that you want and add that to the Touch UI dialog.