On 9/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Just found it, but it says not to use it with Mochikit Signal?
>
> I use Mochikit signal for mouse handling.
>

You can use MochiKit's connect() to emulate addLoadEvent().

connect(window, 'onload', function);

Where function can either be an anonymous function you declare in
place or the name of a function that you've written.

See the drag and drop example on the mochikit website to see how it's
used there.

http://www.mochikit.com/examples/draggable/index.html

Lee

-- 
Lee McFadden

blog: http://www.splee.co.uk
work: http://fireflisystems.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to