Listener not working in Touch UI, but working in Classic UI
- February 5, 2017
- 6 replies
- 3235 views
Hi All,
Details as below :
#1] I am trying to develop a custom column control component[AEM 6.2] that accepts any number of fields.Say a user can enter 1 or 50, and using a number field. The dialog corresponding to it is attached[dialog.txt].
#2] Read in multiple locations that the dialog conversion tool changes only the dialog fields[classic UI to touch UI ] , but not listeners.
#3] Tweaked the OOTB js file present in location /apps/acs-commons/widgets/source/js/validate_responsive_column_control_dialog.js. The tweaked code is attached in js.txt.
#4] When I check for the same component in classic UI the validation is happening perfectly.
Tried multiple things, but not able to get this to work. Any pointers/reference code to achieve the same will be really helpful.