This is probably really simple, and it's used all over the place, but it's 
stumping me right now....

  For example in the examples on sourceforge
http://dynapi.sourceforge.net/doccenter/index.php?EventListeners

myListener=new EventListener(myLayer)
                myListener.onmouseover=function(e) {
                        target=e.getTarget()
                        target.setBgColor('#0000f0')
                }

What is the object e?
And where is getting the setTarget() method?
myListener1.onmousedown=function(e)
    {
            e.setBubble(false)
    }
seems to be another common use.

Thanks for an explanation...

  -J

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Two, two, TWO treats in one.
http://thinkgeek.com/sf
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to