BuildCodes is the scope/class of rowSelected.
Someone correct me if I'm wrong, but I think it defaults to dojo
if none is specified.
Matthew Engel
Senior Programmer/Analyst
State University of New York at Stony Brook
mengel@...
Strange that following code which does not have BuildCodes as one arguments
to dojo.event.connect call works for me.
var row =
document.getElementById('aBLTblePlaceHolder').getElementsByTagName('tr');
for (var i=0; i<row.length; i++) {
dojo.event.connect(row[i], "ondblclick",
"rowSelected");
}
Thanks for help.
Sandeep
--
View this message in context: http://www.nabble.com/FilteringTable-double-click-tf2829024.html#a7990692
Sent from the Dojo mailing list archive at Nabble.com.
_______________________________________________
Dojo FAQ: http://dojo.jot.com/FAQ
Dojo Book: http://manual.dojotoolkit.org/DojoDotBook
Dojo-interest@...
http://dojotoolkit.org/mailman/listinfo/dojo-interest
_______________________________________________
Dojo FAQ:
http://dojo.jot.com/FAQDojo Book:
http://manual.dojotoolkit.org/DojoDotBookDojo-interest@...
http://dojotoolkit.org/mailman/listinfo/dojo-interest