Check documentation for the
latest version of dhtmlxSuite
exists DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
add
attachEvent
changeId
clearAll
copy
customize
dataCount
define
destructor
detachEvent
edit
exists
filter
first
get
getSelected
idByIndex
indexById
isEdit
isSelected
last
load
locate
move
moveBottom
moveDown
moveTop
moveUp
next
parse
previous
refresh
remove
select
selectAll
serialize
set
show
sort
stopEdit
unselect
unselectAll
update
Start
DataView
dhtmlXDataView API
Methods
exists
returns true if the item with the defined ID already exists
boolean
exists
(
string|number
id
);
id
string|number
id of the item in question
boolean
true/false if the item exists/doesn't exist
Example
var
check
=
myDataView.
exists
(
id
)
;
Back to top