Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
SOLVED

How to add a cloud service tab for TOUCH UI

Avatar

Level 2

My classic dialog tab for cloudservices has the following code. How do I implement this for the touch UI version?

 

<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"    jcr:primaryType="cq:Panel"    cls="cq-propsdialog-cloudservices"    title="Cloud Services"    xtype="cloudservicepanel"/>
1 Accepted Solution

Avatar

Correct answer by
Level 8

Try this

<cloudservices jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/include" path="foundation/components/page/cq:dialog/content/items/tabs/items/cloudservices"/>

View solution in original post

6 Replies

Avatar

Correct answer by
Level 8

Try this

<cloudservices jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/include" path="foundation/components/page/cq:dialog/content/items/tabs/items/cloudservices"/>

Avatar

Level 2

This looks like you're including the tab. I want to know the actual content that's inside the tab for touch UI cloudservice. 

Avatar

Level 8

Your question is "How to add a cloud service tab for Touch UI".  That is the code i provided to you.

Avatar

Level 2
<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"    jcr:primaryType="cq:Panel"    cls="cq-propsdialog-cloudservices"    title="Cloud Services"    xtype="cloudservicepanel"/>

Avatar

Level 8

You don't have any of the actual fields included in your tab, so nothing will show up.

What is the purpose of building another tab to include the Cloud Services tab, rather than just using the Cloud Services tab?

Avatar

Level 2

This file was  split up by tabs to allow extended templates to inherit some tabs while extending others.