dynapi.api.MouseEvent - Quick Reference

Inherit: DynEvent

Constructor

MouseEvent(dyndoc)
...

Events

?

Public Methods

getX()
...
getY()
...
getPageX()
...
getPageY()
...
trapMouseUp()
dynapi.functions.Null
getRelative()
...
preventBubble()
...
getButton()
...

Private Methods

_init(type,e,src)
...
_invoke()
...

Static Methods

_getContainerLayerOf(element)
...
_eventHandler(e)
...

Methods attached to other objects

DynElement - captureMouseEvents()
...
DynElement - releaseMouseEvents()
...
DynElement - disableContextMenu()
This will disable the context menu in IE and Mozilla based browsers.
example:
dynapi.document.disableContextMenu();
main()
Creates a new MouseEvent object for dynapi.document