Check documentation for the latest version of dhtmlxSuite Events DHTMLX Docs

Events

onAfterAdd fires when item adding is finished
onAfterDelete fires after item deleting is finished
onAfterDrop fires when the drag-n-drop operation is finished
onAfterEditStart fires when the editor is ready for data input
onAfterEditStop fires when the editor is closed
onAfterRender called after view was repainted
onAfterSelect fires when the selection of an item is finished
onBeforeAdd fires before item adding is initiated
onBeforeContextMenu called on the right mouse click
onBeforeDelete fires before item deleting is initiated
onBeforeDrag fires before the drag operation started
onBeforeDragIn fires before an item is dragged to another potential target
onBeforeDrop fires before an item is dragged to another target and the mouse button is released
onBeforeEditStart fires before the editing process is initialized
onBeforeEditStop fires before editor closing is initialized
onBeforeRender fires before repainting the dataview
onBeforeSelect fires before selection of an item is started
onDataRequest called when component issues dynamic request for a data
onDragOut fires when an item is dragged out of a potential target
onEditKeyPress fires when a key is pressed while the editor is active
onItemClick fires when an item is clicked
onItemDblClick fires when an item is double clicked
onItemRender fires before rendering a separate item
onMouseMove fires when the mouse pointer is moved over an item
onMouseMoving fires when the mouse pointer is moved over a dataview
onMouseOut fires when the mouse pointer is moved out of the dataview, or out of some item in the dataview
onSelectChange fires when the selection is changed
onXLE fires when the data loading is finished and a component or data is rendered
onXLS fires when XML loading started
Back to top