Check documentation for the
latest version of dhtmlxSuite
changeId 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
List
dhtmlXList API
Methods
changeId
changes the id of an item
void
changeId
(
string
oldId
,
string
newId
);
oldId
string
the id of an existing item
newId
string
a new id for the item
Example
myList.
changeId
(
"12333433"
,
"12"
)
;
Back to top