Page Tabs
Posted: Mon Feb 25, 2013 9:56 am
Is it possible to completely disable a page tab?
With the above code, any content within the second vgroup is simply greyed out, i.e. the page is still accessible. Does MUI/Royale allow the page tab to be completely inaccessible?
Code: Select all
<register>
<vgroup title="enabled">
<text>something</text>
</vgroup>
<vgroup title="disabled" disabled="true">
<text>something</text>
</vgroup>
</register>