Expand my Community achievements bar.

SOLVED

xtype="tags" in touch ui

Avatar

Former Community Member

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.

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

3 Replies

Avatar

Level 10

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... 

Avatar

Level 10

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.

Avatar

Correct answer by
Level 10

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