Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API for disabling tag editing #14

Open
sebpiq opened this issue Dec 13, 2011 · 1 comment
Open

API for disabling tag editing #14

sebpiq opened this issue Dec 13, 2011 · 1 comment

Comments

@sebpiq
Copy link

sebpiq commented Dec 13, 2011

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
Copy link
Author

sebpiq commented Dec 13, 2011

I can take care of that ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant