niemeyer
12 Jun 2007, 2:39 PM
Hello folks,
Not sure if that was reported before. I've got a simple each() call like:
Ext.select("tr").each(function(row) { console.log(row.id); });
and that is printing "undefined", rather than the element id. Doing
row.dom.id will show the correct id. This code is inside a onReady()
event, FWIW.
Not sure if that was reported before. I've got a simple each() call like:
Ext.select("tr").each(function(row) { console.log(row.id); });
and that is printing "undefined", rather than the element id. Doing
row.dom.id will show the correct id. This code is inside a onReady()
event, FWIW.