iterator, calls a user-defined handler function for each option
handler | function | a user-defined function, will take the option id as an argument |
myCombo.forEachOption(function(optId){
// your code here
});
added in version 4.0
Back to top