Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
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