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

annotator is working when the selected content annotator editor enabled but my requirement is on right click annotator should enabled how can i implement #6

Open
Mounikavanaparthiece opened this issue Jun 12, 2019 · 0 comments

Comments

@Mounikavanaparthiece
Copy link

for right option am using the context menu event below code
$(function () {

//$(document).ready( function (){
    $.contextMenu({
        selector: '.context-menu-one',
        callback: function (key, options) {
            var m = "clicked: " + key;

            $(".annotator-outer").css({ 'display': 'block' });
        },
        items: {
            "annotator": { name: "Annotator" },
        }
    })
})	
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