Check documentation for the latest version of dhtmlxSuite edit DHTMLX Docs

edit

switches the specified item to the edit state

void edit(string|number id);
idstring|numberid of the item in question

Example

myList.edit(id);

Details

there can be only one editable item at the same time, so the previously opened editor closes on the command activation

Back to top