Check documentation for the latest version of dhtmlxSuite getState DHTMLX Docs

getState

returns the state of an item (updated or not)

string getState(string|number id);
idstring|numberthe id of an item
stringthe status of an item (updated, invalid, etc.)

Example

var status = dp.getState(id);

Back to top