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"/>
Solved! Go to Solution.
Views
Replies
Total Likes
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"/>
Views
Replies
Total Likes
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"/>
Views
Replies
Total Likes
This looks like you're including the tab. I want to know the actual content that's inside the tab for touch UI cloudservice.
Views
Replies
Total Likes
Your question is "How to add a cloud service tab for Touch UI". That is the code i provided to you.
Views
Replies
Total Likes
<?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"/>
Views
Replies
Total Likes
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?
Views
Replies
Total Likes
This file was split up by tabs to allow extended templates to inherit some tabs while extending others.
Views
Replies
Total Likes
Views
Likes
Replies