I am losing the context of the row object parameter as in this example: 1. loadTable: function(row, itt) 2. { 3. this.HEAD.each(function(head, itt2) { 4. var cellNode = this.getCell(itt, itt2); 5. if(cellNode) 6. cellNode.innerHTML = row[head.text]; 7. }, this); 8. }
On line 4, if I examine the row object, it simply does not exist. What am I doing wrong? Karl.. -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to prototype-scriptacul...@googlegroups.com. To unsubscribe from this group, send email to prototype-scriptaculous+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.