Expand my Community achievements bar.

Classic UI Dialogs Working In Touch UI

Avatar

Level 1

Hi,

The classic UI dialog which we were creating for components is not used to work for touch UI in 6.0. But in 6.2 with service pack all the classic UI dialogs are working in touch UI.

I tried searching in the forums but didn't find answer. Anyone has idea about the enhancement which is enabling classic UI dialogs in touch UI.

 

Regards,

Kshamitha

4 Replies

Avatar

Level 1

This is what the documentation says here: 

https://docs.adobe.com/docs/en/aem/6-2/develop/components/components-touch-optimized.html

 
If a component has no dialog defined for the touch-optimized UI, then the classic UI dialog is used as a fallback inside a compatibility layer. To customize such a dialog you need to customize the classic UI dialog. See AEM Components for the Classic UI.

So to answer your query, the fallback does use the classic UI.

Avatar

Level 10

Hi,

Classic Ui dialog will work, if you do not create the dialog for touch ui.

As ashish stated, If a component has no dialog defined for the touch-optimized UI, then the classic UI dialog is used as a fallback inside a compatibility layer.

Thanks,
Ratna Kumar.

Avatar

Level 10

Also - if you create a custom xtype for your classic UI and want it to work in Touch UI -- see: 

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

Hope this helps.... 

The custom xtype that I have created for classic UI is working fine in Touch UI also. Do I need to convert it then?dialog.JPG