Documentation

Events

onAfterContextMenu fires after the context menu was called in the item area
onAfterEditStart fires after edit operation was initiated, editor opened and ready for input
onAfterEditStop fires after edit operation finished
onAfterLoad fires after server side loading is complete
onAfterRender occurs immediately after the component has been rendered.
onAfterScroll occurs when some webix view has been scrolled
onBeforeContextMenu fires before the context menu is called in the item area
onBeforeEditStart fires before edit operation is initiated
onBeforeEditStop fires before stop edit command is received
onBeforeLoad occurs immediately before data loading has been started
onBeforeRender occurs immediately before the component has been rendered
onBindRequest fires when the component is ready to receive data from the master component
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
onLiveEdit occurs when data was changed in the editor
onLoadError fires when an error occurs during data loading ( invalid server side response )
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
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