[mochikit] Re: Additional mouse events- docs tutorials?

2007-04-01 Thread voltron
Thanks Arnar and Karl for the headsup! --~--~-~--~~~---~--~~ 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

[mochikit] Re: Additional mouse events- docs tutorials?

2007-03-30 Thread Arnar Birgisson
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

[mochikit] Re: Additional mouse events- docs tutorials?

2007-03-30 Thread Karl Guertin
On 3/30/07, voltron <[EMAIL PROTECTED]> wrote: > onRollover (mouse rolling over, hovering over an element) > onRollout( Rolling away from an element)h > onRelease There's no distinction between RollOver/Out and DragOver/Out in javascript, they're both MouseOver/Out. Most, if not all, browsers (IE