Primitive data loader.
load | loads data from an external data source. |
parse | loads data to the component from an inline data source |
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 ) |
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 |