datasource-textschema.js revision d0ec0cb3ed5a3c1384e807f8526cfc1c0c50aaed
10139N/A * Extends DataSource with schema-parsing on text data. 10139N/A * @submodule datasource-textschema 10139N/A * Adds schema-parsing to the YUI DataSource utility. 10139N/A * The namespace for the plugin. This will be the property on the host which 10139N/A * references the plugin instance. 11153N/A * @value "DataSourceTextSchema" 11153N/A ///////////////////////////////////////////////////////////////////////////// 11153N/A // DataSourceTextSchema Attributes 11153N/A ///////////////////////////////////////////////////////////////////////////// 11153N/A * @param config {Object} Config object. 10139N/A * Parses raw data into a normalized response. 10139N/A * <dt>tId (Number)</dt> <dd>Unique transaction ID.</dd> 10139N/A * <dt>request (Object)</dt> <dd>The request.</dd> 10139N/A * <dt>callback (Object)</dt> <dd>The callback object with the following properties: 10139N/A * <dt>success (Function)</dt> <dd>Success handler.</dd> 10139N/A * <dt>failure (Function)</dt> <dd>Failure handler.</dd> 10139N/A * <dt>scope (Object)</dt> <dd>Execution context.</dd> 10139N/A * <dt>data (Object)</dt> <dd>Raw data.</dd> 10139N/A return new Y.
Do.
Halt(
"DataSourceTextSchema plugin halted _defDataFn");