Constructordijit.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)
parametertypedescription
rootDomNode 

Jump to PropertiesFunctionsBack to top

Functionfetch(args: Object)
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.
FunctiongetLabel(item)
FunctiongetValue(item, attribute, defaultValue: value?)
FunctionisItemLoaded(something)

Jump to FunctionsPropertiesBack to top