dojox.calendar.Touch
Object » dojox.calendar.Touch
This plugin is managing the touch interactions on item renderers displayed by a calendar view.
Property Summary
Method Summary
- _docEditingTouchEndHandler(e)
- _docEditingTouchMoveHandler(e)
- _getTouchesOnRenderers(e, item) Returns the touch indices that are on a editing handles or body of the renderers
- _onRendererTouchStart(e, renderer)
- _startTouchItemEditingGesture(e) Determines if a editing gesture is starting according to touches.
- postMixInProperties()
Attached Objects
Properties
Methods
Returns the touch indices that are on a editing handles or body of the renderers
Parameter | Type | Description |
---|---|---|
e | Event | The touch event. |
item | Object | The render item. |
Determines if a editing gesture is starting according to touches.
Parameter | Type | Description |
---|---|---|
e |