onOptionAdd
fires after the option (radio item) has been removed
void onOptionAdd(string| number id,object obj);
| id | string| number | option ID |
| obj | object | option 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.