Check documentation for the
latest version of dhtmlxSuite
getState DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
clearVerificator
defineAction
enableDataNames
enableDebug
enablePartialDataSend
enableUTFencoding
getState
getSyncState
ignore
init
sendData
setTransactionMode
setUpdateMode
setUpdated
setVerificator
url
Start
Client-Server Communication
DataProcessor
dataProcessor API
Methods
getState
returns the state of an item (updated or not)
string
getState
(
string|number
id
);
id
string|number
the id of an item
string
the status of an item (updated, invalid, etc.)
Example
var
status
=
dp.
getState
(
id
)
;
Back to top