dojox.data.HtmlTableStore._fetchItems
dojo.require("dojox.data.HtmlTableStore");
defined in dojox/data/HtmlTableStore.js
If '_fetchUrl' is specified, it is used to load an XML document with a query string. Otherwise and if 'url' is specified, the XML document is loaded and list XML elements that match to a query (set of element names and their text attribute values that the items to contain). A wildcard, "*" can be used to query values to match all occurrences. If '_rootItem' is specified, it is used to fetch items.
Usage
function (request, fetchHandler, errorHandler) (view source)
parameter | type | description |
---|---|---|
request | request object | |
fetchHandler | function to call for fetched items | |
errorHandler | function to call on error |