How to add a cloud service tab for TOUCH UI | Community
Skip to main content
d_s11
Level 2
December 14, 2015
Solved

How to add a cloud service tab for TOUCH UI

  • December 14, 2015
  • 6 replies
  • 1547 views

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"/>
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 leeasling

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"/>

6 replies

leeaslingAccepted solution
Level 8
December 14, 2015

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"/>
d_s11
d_s11Author
Level 2
December 15, 2015

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

Level 8
December 15, 2015

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

d_s11
d_s11Author
Level 2
December 15, 2015
<?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"/>
Level 8
December 15, 2015

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?

d_s11
d_s11Author
Level 2
December 15, 2015

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