Login Register

bubbling

Event binding and bubbling for checkbox nested within a table row

I am sure that what I am asking for here is education on my part, rather than an issue with Dojo or the browsers' event models, but I have not been able to make the following scenario function correctly, and I would appreciate any help that you can offer.

I am trying to create an application which serves data in a table. Each entire table row should be bound to the click event, which will open the supporting document for that row. This is easy enough to do with dojo.connect.

Syndicate content