Check documentation for the
latest version of dhtmlxSuite
exists DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
add
attachEvent
bind
clearAll
dataCount
detachEvent
exists
filter
first
getCursor
idByIndex
indexById
item
last
load
next
parse
previous
remove
saveBatch
serialize
setCursor
sort
sync
unbind
update
Start
DataStore
DataStore API
Methods
exists
Returns true if an item with the defined ID already exists.
void
exists
();
Example
var
check
=
data.
exists
(
id
)
;
Back to top