onOptionAdd

fires after the option (radio item) has been removed

void onOptionAdd(string| number id,object obj);
idstring| numberoption ID
objobjectoption object with event parameters

Example

tabbar.attachEvent("onOptionAdd", function(id, obj){
    // code
});

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.