Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.6
-
None
Description
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.