iterator, calls a user-defined function n-times
handler | function | a user-defined function, dhtmlXCellObject is passed as incoming argument |
myAcc.forEachItem(function(cell){
// cell => myAcc.cells(id)
// your code here
});
Back to top