dawesi
29 Mar 2009, 4:44 PM
Anyone done any work on tab grouping? I've searched and searched and remember seeing something a while ago but can't find it...
Tab Grouping:
Where tabs are grouped and positioned based on group based on one of two concepts:
1) with a css spacer between items based on the group definition
or
2) positioned left, center, right based on the group container
I'm preferably looking for the latter.
Also will the tab dimension calculation code be fixed in 3.0?
With 2.x it based it's calculations (see advanced tab scolling code) on the external container, rather than the internal one which made manipulation of tabs rather hard (ie you had to replace the code to do anything). If you could base the scolling tab code based on the inner container then it wouldn't matter what you did between the outer and inner containers to get the ui you want.
Tab Grouping:
Where tabs are grouped and positioned based on group based on one of two concepts:
1) with a css spacer between items based on the group definition
or
2) positioned left, center, right based on the group container
I'm preferably looking for the latter.
Also will the tab dimension calculation code be fixed in 3.0?
With 2.x it based it's calculations (see advanced tab scolling code) on the external container, rather than the internal one which made manipulation of tabs rather hard (ie you had to replace the code to do anything). If you could base the scolling tab code based on the inner container then it wouldn't matter what you did between the outer and inner containers to get the ui you want.