onAfterScroll | occurs when some webix view has been scrolled |
onBeforeShow | fires the moment context menu is called |
onBindRequest | fires when the component is ready to receive data from the master component |
onDestruct | occurs when component destroyed |
onHide | fires when window is hidden |
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 |
onShow | fires when window is shown |
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 |
onViewMove | fires while view is moving |
onViewMoveEnd | fires when view has stopped moving |
onViewResize | view size was changed by resizer |