How to re-use the dialog widgets in Touch UI | Community
Skip to main content
Ratna_Kumar
New Participant
December 23, 2015
Solved

How to re-use the dialog widgets in Touch UI

  • December 23, 2015
  • 1 reply
  • 830 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

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. 

1 reply

smacdonald2008
smacdonald2008Accepted solution
New Participant
December 23, 2015

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.