DHTMLX Docs & Samples Explorer

Events

The following events are available in dhtmlxForm:

  • Loading related:
    • onXLS - occurs before the request for a new XML was sent to the server;
    • onXLE - occurs simultaneously with ending XML of parsing, new data is already processed by the form.
  • Events of constructed form:
    • onChange - occurs when data in some input was changed;
    • onBeforeChange - occurs before data in some input changed ( by user actions );
    • onButtonClick - occurs when user clicks button;