Nested Tabs

This sub-forum is for discussing all topics related to AppGini Helper JavaScript Library, provided by bizzworxx as a third-party AppGini plugin.
Post Reply
mdspine
Veteran Member
Posts: 34
Joined: 2020-06-06 12:38

Nested Tabs

Post by mdspine » 2021-10-12 11:23

Hi
I can make tabs with appgini helper
But how do you make nested tabs?
Thanks

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Nested Tabs

Post by jsetzer » 2021-10-12 12:29

I am not 100% sure about what you mean by nested tabs, because I haven't seen it for Bootstrap 3 with full browser- and OS- compatibility, yet.

AGH JS library does only provide functions for building custom tabs but not for nesting custom tabs in custom tabs.

But I think it may be possible using additional HTML for building your own tab-strip control and then moving other DOM elements there by using jQuery.
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

mdspine
Veteran Member
Posts: 34
Joined: 2020-06-06 12:38

Re: Nested Tabs

Post by mdspine » 2021-10-13 00:56

Sorry I was not clear by nested tabs see example
https://codepen.io/brylok/pen/zawdJ

BTW I am using appgini helper for creating tabs. I want some advise to create child tabs within the parent tabs

Samuel

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Nested Tabs

Post by jsetzer » 2021-10-13 04:04

Sorry, the library does not have any built-in functions for nesting custom tabs in custom tabs. You will have to code this using jQuery for example.

If you need structured layout within a custom tab perhaps collapsible panels can help:

https://appgini.bizzworxx.de/products/j ... le-panels/

Those can be added to custom tabs.
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

Post Reply