hi
I've got a tabstrip that and at present I build up the first level based on a mapping list in SharePoint, when a tab is clicked I then build the next level again based on the mapping list and the tab value selected. again for the final level it is built up using the same process.
This is proving to be time inefficient and I need to know if I can build all three levels on page load and when a tab is clicked it will show only those tabs that have the clicked tab as a parent value.
Level 1 tab-a tab-b tab-c
Level 2 tab-a1 tab-a2 tab-a3 tab-b1 tab-b2 tab-c1 tab-c2
Level 3 tab-a1a tab-a1b tab-a2a tab-a2b tab-a3a tab-a3b tab-b1a tab-b2a tab-c1a tab-c2a
so here, the 3 levels would be built on page load and when tab-1 is selected then the second level is shown with only tab-a1, tab-a2 and tab-a3 shown and when tab-a3 is then clicked then the third level is displayed with only tab-a3a and tab-a3b shown.
hope what I'm asking makes sense
cheers
I've got a tabstrip that and at present I build up the first level based on a mapping list in SharePoint, when a tab is clicked I then build the next level again based on the mapping list and the tab value selected. again for the final level it is built up using the same process.
This is proving to be time inefficient and I need to know if I can build all three levels on page load and when a tab is clicked it will show only those tabs that have the clicked tab as a parent value.
Level 1 tab-a tab-b tab-c
Level 2 tab-a1 tab-a2 tab-a3 tab-b1 tab-b2 tab-c1 tab-c2
Level 3 tab-a1a tab-a1b tab-a2a tab-a2b tab-a3a tab-a3b tab-b1a tab-b2a tab-c1a tab-c2a
so here, the 3 levels would be built on page load and when tab-1 is selected then the second level is shown with only tab-a1, tab-a2 and tab-a3 shown and when tab-a3 is then clicked then the third level is displayed with only tab-a3a and tab-a3b shown.
hope what I'm asking makes sense
cheers