Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Everyone,
I'm creating a custom section for Application Settings and i need several tabs for it, like Umbraco settings section tabs for example .....So how can I implement tabs in my custom section?
I will appreciate any help
Hi Rihab!
You should look into Backoffice UI documentation found here: https://our.umbraco.com/apidocs/v8/ui/#/api/umbraco.directives.directive:umbTabsNav.
My guess is that you are looking for <umb-tabs-nav>
<umb-tabs-nav>
You should also be able to create multiple dashboards.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Create Tabs in My Custom Section
Hi Everyone,
I'm creating a custom section for Application Settings and i need several tabs for it, like Umbraco settings section tabs for example .....So how can I implement tabs in my custom section?
I will appreciate any help
Hi Rihab!
You should look into Backoffice UI documentation found here: https://our.umbraco.com/apidocs/v8/ui/#/api/umbraco.directives.directive:umbTabsNav.
My guess is that you are looking for
<umb-tabs-nav>
You should also be able to create multiple dashboards.
is working on a reply...