« Return to Thread: FilteringTable double click

Re: FilteringTable double click

by mengel :: Rate this Message:

Reply to Author | View in Thread


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@...



sandeepa <sandeepagarwals@...>
Sent by: dojo-interest-bounces@...

12/20/2006 09:13 AM
Please respond to
dojo-interest@...

To
dojo-interest@...
cc
Subject
Re: [Dojo-interest] FilteringTable double click






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

 « Return to Thread: FilteringTable double click