Iterator. Calls user-defined handler for each item and passes item name into it as an argument.
Parameters:
myForm.forEachItem(function(id){ myForm.setItemLabel(id, String(myForm.getItemText(id)).toLowerCase()); });