Is tabs widget not supported for AEM SDK? | Community
Skip to main content
Level 2
May 15, 2023
Solved

Is tabs widget not supported for AEM SDK?

  • May 15, 2023
  • 1 reply
  • 759 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
May 16, 2023
Nits13Author
Level 2
May 16, 2023

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.