dijit.form._ComboBoxDataStore.fetch
dojo.require("dijit.form.ComboBox");
defined in dijit/form/ComboBox.js
Given a query like
{
query: {name: "Cal*"},
start: 30,
count: 20,
ignoreCase: true,
onComplete: function(/* item[] */ items, /* Object */ args){...}
}
will call onComplete()
with the results of the query (and the argument to this method)
Usage
function (/*Object*/ args) (view source)
parameter | type | description |
---|---|---|
args | Object |