dhtmlxconnector:afterdelete_event [DHX documentation]

PHP Connector DHTMLX

afterDelete

The event occurs after deleting record in database and can be used to pass additional values to client-side.

$conn->event->attach("afterDelete",handlerFunc);

Parameters handlerFunc:

  • $action - DataAction Object

Availability:

  • Available for Grid, TreeGrid, Tree, Scheduler, DataView, Form

Sample: See related afterProcessing sample.