Documentation

Events

onAfterContextMenu fires after the context menu was called in the item area
onAfterDateSelect fires after a user has selected a date
onAfterMonthChange called after month in selector is changed.
onAfterRender called after the rendering of calendar is complete.
onAfterScroll occurs when some webix view has been scrolled
onAfterZoom fires after zoom level of the calendar has been changed
onBeforeContextMenu fires before the context menu is called in the item area
onBeforeDateSelect fires when a user clicks on a date but before it is selected in the calendar
onBeforeMonthChange triggered immediately before month in selector is changed.
onBeforeRender triggered immediately before rendering of calendar is started.
onBeforeZoom fires before zoom level of the calendar is changed
onBindRequest fires when the component is ready to receive data from the master component
onChange fired when a user changes month, year or time in selector.
onDateClear fires on clicking the [Clear](Calendar) button
onDateSelect fires when a user selects a date.
onDestruct occurs when component destroyed
onItemClick fires when a component item was clicked
onItemDblClick fires when a component item was double-clicked
onKeyPress occurs when keyboard key is pressed for the control in focus
onLongTouch fires on holding finger in some position for a certain period of time
onMouseMove fires when the mouse was moved over the specified component
onMouseMoving fires when the mouse was moved over the component
onMouseOut fires when the mouse was moved out from the specified item
onSwipeX occurs on a horizontal swipe movement
onSwipeY occurs on a vertical swipe movement
onTimedKeyPress fires after typing has been finished in the field
onTodaySet fires on clicking the [Today](Calendar) button
onTouchEnd occurs when the touch event is ended
onTouchMove occurs during touch movement
onTouchStart when some webix view has been touched
onViewResize view size was changed by resizer
Back to top