Page 1 of 1

Tab Panels Within Tab Panels

Posted: Thu Jun 20, 2013 4:42 am
by brett.elston
Hi, please could you tell me if what I am attempting is possible and if so what I am missing?

I have attached a few screen shots with a test layout to maybe help explain. Hope that will help explain as this problem doesn't really translate into English very well.

I have defined a Tab panel (TabPanel1) and within one of the tabs I have inserted a second Tab Panel (TabPanel2).

Selecting different tabs within TabPanel1 now work as expected with the fields, grids etc. associated with that tab displaying correctly including the tab with the embedded TabPanel2.

Now on the TabPanel1 tab, with the embedded TabPanel2, if I select a different tab in TabPanel2 that also seems to work fine however when changing TabPanel1 tab the fields from TabPanel2 are now displayed in TabPanel1.

Kind Regards

Brett

Re: Tab Panels Within Tab Panels

Posted: Thu Jun 20, 2013 5:38 am
by kfritz
Hi Brett,

I got this solution from David. First, put a simple layout container into the desired tab panel/tab and then put your new tab panel inside of that. But, this will give you a different tab panel for each "parent" tab that you click on.

My intention was to try a tab panel with two rows and it works fine.

Hope this helps. (btw. thanks to David again)

Karl

Re: Tab Panels Within Tab Panels

Posted: Thu Jun 20, 2013 5:51 am
by brett.elston
Hi Karl,

Spot on - thank you very much!! It works great.

Brett