Expand my Community achievements bar.

SOLVED

How to re-use the dialog widgets in Touch UI

Avatar

Level 10

Hi,

May I know, how we can re-use the widgets in Touch UI. As in classic UI, we can reuse as 

xtype: cqinclude
path: ...infinity.json

How can this possible in Touch UI.As I referred the document https://docs.adobe.com/docs/en/aem/6-0/develop/the-basics/touch-ui-concepts.html, they have suggested to use  sling:resourceType: granite/ui/components/foundation/include..but how can we refer the path.

Please let me know, as it is very urgent requirement.

Thanks,
Ratna Kumar.

1 Accepted Solution

Avatar

Correct answer by
Level 10

HI Ratna

You can use Touch UI widgets in Touch UI dialogs by specifying the Granite UI resource type. 

For example: 

granite/ui/components/foundation/form/textfield

defines a textfield. 

Also - i recommend that you watch this GEMS session - modifying the Touch UI. 

https://helpx.adobe.com/experience-manager/using/extending-aem-6-administrator-user.html

The link to the GEMS session is located in the first section of the article. 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

HI Ratna

You can use Touch UI widgets in Touch UI dialogs by specifying the Granite UI resource type. 

For example: 

granite/ui/components/foundation/form/textfield

defines a textfield. 

Also - i recommend that you watch this GEMS session - modifying the Touch UI. 

https://helpx.adobe.com/experience-manager/using/extending-aem-6-administrator-user.html

The link to the GEMS session is located in the first section of the article.