dojox/calendar/Touch (version 1.10)

Summary

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

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

Property Summary

  • autoScrollTouchMarginThe minimum number of minutes of margin around the edited event.
  • touchEndEditingTimerThe delay after which the item is leaving the editing mode after the previous editing gesture, in touch context.
  • touchStartEditingTimerThe delay of one touch over the renderer before setting the item in editing mode.

Method Summary

Event Summary

Properties

autoScrollTouchMargin
Defined by: dojox/calendar/Touch

The minimum number of minutes of margin around the edited event.

touchEndEditingTimer
Defined by: dojox/calendar/Touch

The delay after which the item is leaving the editing mode after the previous editing gesture, in touch context.

touchStartEditingTimer
Defined by: dojox/calendar/Touch

The delay of one touch over the renderer before setting the item in editing mode.

Methods

_docEditingTouchEndHandler(e)
Parameter Type Description
e undefined
_docEditingTouchMoveHandler(e)
Parameter Type Description
e undefined
_getTouchesOnRenderers(e,item)

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.

Returns:object
_startTouchItemEditingGesture(e)

Determines if a editing gesture is starting according to touches.

Parameter Type Description
e undefined
postMixInProperties()

Events

_onRendererTouchStart(e,renderer)
Defined by: dojox/calendar/Touch
Parameter Type Description
e undefined
renderer undefined
Error in the documentation? Can’t find what you are looking for? Let us know!