Functiondojox.data.KeyValueStore._assertIsAttribute

dojo.require("dojox.data.KeyValueStore");
defined in dojox/data/KeyValueStore.js

This function tests whether the item passed in is indeed a valid 'attribute' like type for the store.

Usage

function (item, /*String*/ attribute) (view source)
parametertypedescription
item  
attributeStringThe attribute to test for being contained by the store.