dojo.event.connect and dojo.lfx.rounded

The element connected with 'dojo.event.connect' is inside 'panel' (which is
the rounded element). When I do this, the event appears to be disconnected
after the round function. Why is that happening? To make it work, I have to
round first and then connect events, but some times I just can?t do that.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://dojotoolkit.org/pipermail/dojo-interest/attachments/20061212/138e...

Comments

Rounded uses innerHTML to pop contents out of your original markup and into
the rounded markup. Probably the best thing to do would be to reverse the
order of calls.

trt

Diego Chagastelles wrote:

--
View this message in context: http://www.nabble.com/dojo.event.connect-and-dojo.lfx.rounded-incompatib...
Sent from the Dojo mailing list archive at Nabble.com.

Back to top