DHTMLX Touch documentation

loadValues(url, call)

  • Type: Method
  • File: ui/form.js
  • Implemented in: form
  • Included in:

loads data from external datasource

Parameters

  • url - data url
    • string
  • type - the type of loaded data: xml, json or other (optional)
    • string
  • call - function that will be called after loading (optional)
    • function

Returns