dhx.DataLoader
Type: Interface
File:
Based on:
dhx.AtomDataLoader
Included in:
dhx.DataCollection
,
dhx.ui.chart
,
dhx.ui.dataview
,
dhx.ui.grid
,
dhx.ui.grouplist
,
dhx.ui.list
,
dhx.ui.pagelist
,
dhx.ui.unitlist
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