Guys, I have a page that is using a few Draggables. I had a bunch of stuff populated on that page from the backend that I am caching out using the cloneNode method. I have added methods to my stuff that get called when the tab is cached / loaded from the cache that reconnects any signals used. My issue is the Draggable connects an onmousedown event in the __init__ function and not in the register / unregister? Would it make any sense to move that connect into the register function and the disconnect to the unregister ?
Thanks Chris Olsen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit -~----------~----~----~----~------~----~------~--~---
