Tag-Handler icon indicating copy to clipboard operation
Tag-Handler copied to clipboard

API for disabling tag editing

Open sebpiq opened this issue 13 years ago • 1 comments
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.

sebpiq avatar Dec 13 '11 22:12 sebpiq

I can take care of that ...

sebpiq avatar Dec 13 '11 22:12 sebpiq