dhtmlxconnector:afterinsert_event [DHX documentation]

PHP Connector DHTMLX

afterInsert

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

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

Parameters handlerFunc:

  • $action - DataAction Object

Availability:

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

Sample: