loadStruct - loads configuration from xml file into dhtmlxForm instance
-
checkItem - checks item (checkbox and radio button only)
uncheckItem - unchecks item (checkbox and radio button only)
isItemChecked - return true if item checked (checkbox and radio button only)
load - loads data from connector feed into the form
bindField - bind form's field to the DB field
-
-
send - send data to the server side script
save - save data of the form in DB
remove - delete related record from DB
reset - reset data to their original values
validate - validate form against defined validation rules