dijit.form._ComboBoxDataStore
dojo.require("dijit.form.ComboBox");
defined in dijit/form/ComboBox.js
Provides a store for inlined data like:
Usage
function (/*DomNode*/ root) (view source)
parameter | type | description |
---|---|---|
root | DomNode |
FunctionsBack to top
Given a query and set of defined options, such as a start and count of items to return, this method executes the query and makes the results available as data items. Refer to dojo.data.api.Read.fetch() more details.
Given the identity of an item, this method returns the item that has that identity through the onItem callback. Refer to dojo.data.api.Identity.fetchItemByIdentity() for more details.
Get the option marked as selected, like `<option selected>`. Not part of dojo.data API.


