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.

Touch UI dialog validations in AEM6.2

Avatar

Level 2

Do we have any new best practice/KB article on AEM6.3 touch UI dialog validations.

I have done validations in 6.2 using Jquery events bound to cq-dialog-submit element.

Referred to the below articles:

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

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

Is there any new approach/best practice?

Is there anything that CoralUI 3 offers to reuse?

2 Replies

Avatar

Community Advisor

HI,

Per the migration guide to Coral UI 3 mentioned here in below helpx link, foundation-validation replaces $.validator for validating dialog fields

Migration Guide to CoralUI 3-based — Granite UI 1.0 documentation

Sample implementation of the same can be found here - Custom Validation for Coral UI 3 Multifield using foundation-validation