dojox
»
data
»
JsonRestStore
» isDirty
dojox.data.JsonRestStore.isDirty
dojo.require("dojox.rpc.JsonRestStore");
defined in dojox/rpc/JsonRestStore.js
Usage
function (item)
(view source)
for
(
var
i=
0
, l=
this
._dirtyItems.
length
; i
<
l; i++
)
{
if
(
this
._dirtyItems
[
i
]
==
item
)
{
return
true
}
;
}
parameter
type
description
item