dhtmlxconnector:afterupdate_event [DHX documentation]

PHP Connector DHTMLX

afterUpdate

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

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

Parameters handlerFunc:

  • $action - DataAction Object

Availability:

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

Sample: