onOptionRemove

fires after the option (tab) has been removed

void onOptionRemove(string| number id,string value);
idstring| numberoption ID
valuestringoption value

Example

tabbar.attachEvent("onOptionRemove", function(id, value){
    // code
});

See also
Back to top