EasyUI Forum

General Category => General Discussion => Topic started by: ahybits on November 11, 2015, 11:51:22 AM



Title: Nested Multiple Tabs with Layout Doesnt Work
Post by: ahybits on November 11, 2015, 11:51:22 AM
I have a main tab in that any number of tabs ranging from 1 to 8
That works fine, but when I add layout with 2 regions, only the first tab shows
If keeping a sample of four tabs (below) and if I removed the layout\regions from 1 and 2, the first 3 will show; something is stopping the 4th from displaying

In short, having a layout in multiple tabs prevents the next tab(s) from loading\being created

http://jsfiddle.net/1k6yLt1z/


Title: Re: Nested Multiple Tabs with Layout Doesnt Work
Post by: jarry on November 11, 2015, 05:45:18 PM
Please refer to http://jsfiddle.net/1k6yLt1z/1/. It works fine.


Title: Re: Nested Multiple Tabs with Layout Doesnt Work
Post by: ahybits on November 12, 2015, 06:09:04 AM
Thanks man

That was driving me crazy, missing a /div for the layout (or tab, depending on how you look at it)