Guess I forgot to reply to the list :o|

Here's my reply for the archive.

Arnar

On 3/30/07, Arnar Birgisson <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> On 3/30/07, voltron <[EMAIL PROTECTED]> wrote:
> > I would like to implement a few mouse events in Mochikit which I use a
> > lot in Actionscript:
> >
> > onRollover (mouse rolling over, hovering over an element)
> > onRollout( Rolling away from an element)h
> > onRelease
> >
> > Where do I find the documentation and tutorials for the Mochikit
> > equivalents?
>
> MochiKit uses the std. HTML event names. So for those three it's
> onmouseover, onmouseout, onmouseup.
>
> QuirksMode is always good for HTML stuff:
> http://www.quirksmode.org/js/events_mouse.html
>
> besides that Google should give you plenty of information (search for
> "HTML events").
>
> The MochiKit Signal documentation should cover everything else you need:
> http://mochikit.com/doc/html/MochiKit/Signal.html
>
> Arnar
>

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to