Tabbar

Hi,

i use tabbar (html initialization) and i want to maintain the selected tab after postback.



Can you help me with this please?



Thank you in advance!

Tabbar has not ability to save state between page submits automatically, but you can use js API

    var id = tabbar.getActiveTab(); //get current tab
    …
    tabbar.setTabActive(id);

and store id as part of postback or in cookie