Documentation

AtomDataLoader

Primitive data loader.

Methods
load loads data from an external data source.
parse loads data to the component from an inline data source
Events
onAfterLoad fires after server side loading is complete
onBeforeLoad occurs immediately before data loading has been started
onLoadError fires when an error occurs during data loading ( invalid server side response )
Properties
data JavaScript array containing data for the component
dataFeed the URL that the component will use to reload data during binding
datatype the type of loaded data
url the URL the component will use to load data after its initialization
Back to top