dojox/calendar/Mouse (version 1.10)

Summary

This plugin is managing the mouse interactions on item renderers displayed by a calendar view.

See the dojox/calendar/Mouse reference documentation for more information.

Property Summary

  • triggerExtentThe distance in pixels along the vertical or horizontal axis to cover with the mouse button down before triggering the editing gesture.

Method Summary

Event Summary

Properties

triggerExtent
Defined by: dojox/calendar/Mouse

The distance in pixels along the vertical or horizontal axis to cover with the mouse button down before triggering the editing gesture.

Methods

_autoScroll(globalX,globalY,isVertical)
Parameter Type Description
globalX undefined
globalY undefined
isVertical undefined
Returns:boolean
_editingMouseMoveHandler(e)
Parameter Type Description
e undefined
_editingMouseUpHandler(e)
Parameter Type Description
e undefined
_rendererMouseDownHandler(e,renderer)

Callback if the user clicked on the item renderer but not on a handle. Manages item selection.

Parameter Type Description
e undefined
renderer undefined
postMixInProperties()

Events

_onItemRollOut(e)
Defined by: dojox/calendar/Mouse
Parameter Type Description
e undefined
_onItemRollOver(e)
Defined by: dojox/calendar/Mouse
Parameter Type Description
e undefined
_onRendererHandleMouseDown(e,renderer,editKind)
Defined by: dojox/calendar/Mouse

Callback if the user clicked on a handle of an item renderer. Manages item selection and editing gesture. If editing is not allowed, resize handles are not displayed and so this callback will never be called. In that case selected is managed by the _rendererMouseDownHandler function.

Parameter Type Description
e undefined
renderer undefined
editKind undefined
onItemRollOut(e)
Defined by: dojox/calendar/Mouse

Event dispatched when the mouse cursor in leaving an item renderer.

Parameter Type Description
e Object

The event dispatched when the mouse cursor enters in the item renderer.

onItemRollOver(e)
Defined by: dojox/calendar/Mouse

Event dispatched when the mouse cursor in going over an item renderer.

Parameter Type Description
e Object

The event dispatched when the mouse cursor enters in the item renderer.

Error in the documentation? Can’t find what you are looking for? Let us know!