dhx.DataLoader

Methods

  • load - loads values from external datasource
  • loadNext - sends request to load N records to the end or to the specified position
  • parse - addes data from a datasource

Events

  • onxle - fires after xml loading end
  • onxls - fires before xml loading start

Properties

  • dataFeed - path to php file that will get data. Used to reload data from server.
  • data - loaded data
  • datastore - custom DataStore object
  • datatype - type of loaded data
  • scheme - defines a default scheme for data records of the component. So, in cases when you add an empty record to the component, the record will be populated with the values set by the scheme.
  • url - data url