Skip to content

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

@Mounikavanaparthiece

Description

@Mounikavanaparthiece

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" },
        }
    })
})	

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions