dojox
»
data
»
jsonPathStore
» getIdentity
dojox.data.jsonPathStore.getIdentity
dojo.require("dojox.data.jsonPathStore");
defined in dojox/data/jsonPathStore.js
Usage
function (item)
(view source)
if
(
this
.
isItem
(
item
)
)
{
return
item
[
this
.
idAttribute
]
;
}
throw
new
Error
(
"Id not found for item"
)
;
parameter
type
description
item