hello
i want a functionalty if i click a tabbar and that case all tabbar is disable except click tabbar in interface .
so it is possible or not .
i want that type of functionally in my interface
thank u
warm regards,
RICHI AGARWAL
Hello Richi,
could you explain the issue in detail? What do you need to disable ?
Tabs selection can be blocked by onSelect event:
tabbar.attachEvent(“onSelect”,function(tabId){
return false
})