onOptionAdd

fires after the option (tab, segment, radio) has been added

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

Example

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

See also
  • API
  • 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.