Check documentation for the latest version of dhtmlxSuite stopEdit DHTMLX Docs

stopEdit

if there was some item in the edit state, this command switches it back to the normal state

void stopEdit();

Example

myList.stopEdit();

Back to top