-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.6
-
Fix Version/s: 0.6
-
Component/s: Core operations
-
Labels:None
This patch enables two levels of tabs in the Krysalis-Skin (other skins need patching too although they do not break with this patch). To create a second level of tabs simply embed them inside the first level as follows:
<tab id="a" label="A" dir="a/">
<tab id="a-b label="A-B" dir="b/"/>
</tab>
Tab a-b will be displayed only when tab a is selected.
<tab id="a" label="A" dir="a/">
<tab id="a-b label="A-B" dir="b/"/>
</tab>
Tab a-b will be displayed only when tab a is selected.