iterator, calls a user-defined handler for each item
handler | function | a user-defined function, will take the item id as an argument |
myForm.forEachItem(function(name){
// your code here
});
the handler function takes the following arguments: