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

Adding regex validation to pathfield - AEM 6.4

Avatar

Level 4

Hi All,

 

We have migrated from classic UI to touch UI. In one of our component, we have added regex validation on pathfield as below in classic UI.

 

<fieldConfig
jcr:primaryType="nt:unstructured"
regex="/^(.*)\.pdf$/"
xtype="pathfield"/>

Any one know how I can get the regex added to my touch UI dialog? 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @ashishkhadpe ,

 

granite:data node is used to add custom data attributes for touch ui dialog fields validations.

You can find it here http://aemlab.blogspot.com/2019/05/aem-touch-ui-component-dialog-field.html

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @ashishkhadpe ,

 

granite:data node is used to add custom data attributes for touch ui dialog fields validations.

You can find it here http://aemlab.blogspot.com/2019/05/aem-touch-ui-component-dialog-field.html