Forms Basic Queries

Dear Team ,

I am very new to DHTMLX just I want to know below points on Form objects:

  1. what are the name of events in DHTMLX FORM for the below events
    Before Loading Form
    After Form Closed
  2. which method set lock the form except buttons ?

Thanks
Shridhar

1 Depending on the task docs.dhtmlx.com/api__refs__dhtml … vents.html
onOptionsLoaded;
onXLE;
onXLS;
onBeforeDataLoad.
2 not event, but unload method.
3 try lock and enableItem
lock method disables all the items.
enableItem method enables an item.