Documentation

Events

onAfterAdd fires after adding item to datastore
onAfterClose fires after the branch has been closed
onAfterColumnDrop fires after the column has been dragged and dropped to the target position
onAfterColumnDropOrder fires after the column order was changed with the help of drag-and-drop
onAfterContextMenu fires after the context menu was called in the item area
onAfterDelete fires after item deleting
onAfterDrop fires after drag-n-drop was finished
onAfterEditStart fires after edit operation was initiated, editor opened and ready for input
onAfterEditStop fires after edit operation finished
onAfterFilter occurs after datatable was filtered
onAfterLoad fires after server side loading is complete
onAfterOpen fires after the branch has been opened
onAfterRender occurs each time after the view is rendered
onAfterScroll occurs when some webix view has been scrolled
onAfterSelect fires after a cell is selected
onAfterSort fires after sorting dataset
onAfterUnselect fires after a cell is unselected
onBeforeAdd fires before adding item to datastore
onBeforeClose fires the moment you attempt to close the tree branch
onBeforeColumnDrag fires the monent you start dragging the column from its source potition
onBeforeColumnDrop fires the moment you drop the column to its target position
onBeforeColumnDropOrder fires the moment you drop the column over the target area
onBeforeContextMenu fires before the context menu is called in the item area
onBeforeDelete fires before item deleting
onBeforeDrag fires before the mouse button is pressed and the cursor is moved over a draggable item
onBeforeDragIn fires before a dragged element is moved over the droppable area
onBeforeDrop fires before a dragged element is released over the droppable area
onBeforeDropOut fires before a dragged element is released over the droppable area
onBeforeEditStart fires before edit operation is initiated
onBeforeEditStop fires before stop edit command is received
onBeforeFilter called when filtering process is started, but data is not filtered yet
onBeforeLoad occurs immediately before data loading has been started
onBeforeOpen fires the moment you attempt to open the tree branch
onBeforeRender occurs each time before the view is rendered
onBeforeSelect fires before a cell is selected
onBeforeSort fires before sorting dataset
onBeforeUnSelect fired before a cell is unselected
onBindRequest fires when the component is ready to receive data from the master component
onCheck fires when a checkbox is checked or unchecked in the datatable item
onColumnResize fires when width of column was changed
onDataRequest fires when data from the server is requested for linear data structures (List, DataTable, DataView etc.) to implement dynamic data loading
onDataUpdate fires when data item is in update process
onDestruct occurs when component destroyed
onDragOut fires when a dragged element is moved outside of the droppable area
onHeaderClick occurs after clicking on header
onItemCheck fires when you check an item in tree and treetable
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
onResize fires when the width or height of DataTable was changed
onRowResize fires when height of row was changed
onScrollX fires when the user scrolls the table left or right
onScrollY fires when the user scrolls the table up or down
onSelectChange fires when selection is changed in a DataTable
onStructureLoad fires when the structure of DataTable (columns configuration) is initialized
onStructureUpdate fires when structure of datatable was changed ( column added, hidden or reconfigured )
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
onValidationError fires when newly loaded/added/edited data fails to pass validation
onValidationSuccess fires after the newlyloaded/added/edited data has passes validation successfully
onViewResize view size was changed by resizer
Back to top