In setting up the double click events
for a Filtering Table programmatically, how come this works:
dojo.event.connect(row[i],
"ondblclick", BuildCodes, "rowSelected");
but this doesn't:
row[i].ondblclick
= BuildCodes.rowSelected;
where row[i] is the row of the FilteringTable
that I'm working with.
Are they not programmatically equivalent?
Matthew Engel
Senior Programmer/Analyst
State University of New York at Stony Brook
mengel@..._______________________________________________
Dojo FAQ:
http://dojo.jot.com/FAQDojo Book:
http://manual.dojotoolkit.org/DojoDotBookDojo-interest@...
http://dojotoolkit.org/mailman/listinfo/dojo-interest