DHTMLX Docs & Samples Explorer

API Methods (by category)

Common

Loading

  • loadStruct - loads configuration from xml file into dhtmlxForm instance
  • loadStructString - loads configuration from xml string into dhtmlxForm instance

Events

Text

Value

Visibility

Checked State

  • 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)

Options

Validating and DB operations

  • load - loads data from connector feed into the form
  • bindField - bind form's field to the DB field
  • bindCommand - bind input inside form to some command
  • bindValidator - bind validation rule to the input
  • 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