xtype="tags" in touch ui | Community
Skip to main content
April 4, 2017
Solved

xtype="tags" in touch ui

  • April 4, 2017
  • 3 replies
  • 1342 views

Hi! I'm developing in touch ui, but I can't find the equivalent of xtype tags in touch ui.

 

Which is the one? If there is no tags, how can I replace it?

 

Thanks.

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 edubey

OOTB page component uses tag, 

You can refer /libs/foundation/components/page/cq:dialog/content/items/tabs/items/basic/items/column/items/title/items/tags

thanks

3 replies

smacdonald2008
Level 10
April 4, 2017

In the TOuch UI - you can use JQuery to create a custom sling:resourceType and then use them in a component dialog (or other places in the Touch UI) 

For details -- see 

http://scottsdigitalcommunity.blogspot.ca/2017/02/creating-custom-experience-manager.html

Hope this helps... 

Ratna_Kumar
Level 10
April 4, 2017

Hi,

Yes as Scott stated, If default sling:resourceType is not available in Touch UI, then you need to create a custom sling:resourceType as mentioned in article.

//http://scottsdigitalcommunity.blogspot.in/2017/02/creating-custom-experience-manager.html

~ Ratna.

edubey
edubeyAccepted solution
Level 10
April 5, 2017

OOTB page component uses tag, 

You can refer /libs/foundation/components/page/cq:dialog/content/items/tabs/items/basic/items/column/items/title/items/tags

thanks