switches the specified item to the edit state
id | string|number | id of the item in question |
myList.edit(id);
there can be only one editable item at the same time, so the previously opened editor closes on the command activation
Back to top