While creating a custom component, giving tabs widget from Coral and Granite UI , the tabs title is not rendering on page.
Kindly Help me clear my doubt!!!
@arunpatidar
<content jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/fixedcolumns">
<items jcr:primaryType="nt:unstructured">
<tabs jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/tabs">
<items jcr:primaryType="nt:unstructured">
<basicDetails jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/container"
jcr:title="Basic Details">
<items jcr:primaryType="nt:unstructured">
<productName jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/textfield"
fieldLabel="Product Name"
fieldDescription="Enter name of the product"
name="./productName"/>
In the above code the "basic details" title tabs is not showing on the dialog when component is dragged and dropped on the page.