I am using a tabbar created from html (div).
Is it possible to indicate a tab to be disabled by default without using javascript (through some parameter on div tab).
My example code (want to disable b2):
Thanks
I am using a tabbar created from html (div).
Is it possible to indicate a tab to be disabled by default without using javascript (through some parameter on div tab).
My example code (want to disable b2):
Hello,
it isn’t possible without JS.
It can be done as follows:
<div id=“a_tabbar” hrefmode=“iframes-on-demand” oninit=“a_tabbar.disableTab(‘b2’)” …>…