Check documentation for the latest version of dhtmlxSuite isEdit DHTMLX Docs

isEdit

gets the status of the edit operation

string isEdit();
stringid of item that is in the edit state

Example

myList.isEdit();

Back to top