[EMAIL PROTECTED] wrote:
> Does this mean I can't use custom event handlers for mouse events and a
> sortable_table example both on the same page?
>
> "Note that addLoadEvent can not be used in combination with
> MochiKit.Signal if the onload event is connected. Once an event is
> connected with MochiKit.Signal, no other APIs may be used for that same
> event."

The warning with "addLoadEvent" is specific to the "onload" signal.
So, you can use it in combination with mouse-related signals, but you
shouldn't use both the "addLoadEvent" and an "onload" signal at the
same time.  Of course you may also be able to convert the sortable
example to use MochiKit.Signal for consistency with the rest of your
code.

-- Matt Good


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to