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