Tag-Handler
Tag-Handler copied to clipboard
API for disabling tag editing
trafficstars
Could be cool to be able to disable editing of tags through the plugin API.
e.g.
elem.tagHandler("disable");
elem.tagHandler("enable");
this would hide the input, and remove click callbacks on the tags elements.
Use case is that I want to activate editing with an "edit" button, then save/cancel modifications with some buttons as well.
I can take care of that ...