« Return to Thread: FilteringTable double click

FilteringTable double click

by mengel :: Rate this Message:

Reply to Author | View in Thread


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/FAQ
Dojo Book: http://manual.dojotoolkit.org/DojoDotBook
Dojo-interest@...
http://dojotoolkit.org/mailman/listinfo/dojo-interest

 « Return to Thread: FilteringTable double click