


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!!!
<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.
Views
Replies
Sign in to like this content
Total Likes
Hi,
It does works.
Please check example here
Views
Replies
Sign in to like this content
Total Likes
Hi,
It does works.
Please check example here
Views
Replies
Sign in to like this content
Total Likes
Hi Arun,
Thanks for guiding , you are right. But actually the issue was that in latest aem sdk version, if we create a single tab then it won't be visible but creating another tab will show both the tabs .
Thanks.