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

Custom Context Menu Items #484

Closed
Lucaszw opened this issue Nov 15, 2017 · 2 comments
Closed

Custom Context Menu Items #484

Lucaszw opened this issue Nov 15, 2017 · 2 comments

Comments

@Lucaszw
Copy link

Lucaszw commented Nov 15, 2017

It would be nice to be able to have custom context menu items.

Perhaps something like an "extraContextMenuItems" option.

var options = { 
  ...
  extraContextMenuItems: [
    {
     text: "Custom Item",
     title: "Custom Title",
     click: (e)=>console.log("clicked", e),
     ...
    }
  ]
}
@Lucaszw
Copy link
Author

Lucaszw commented Nov 15, 2017

Noticed this is already being worked on for #438 . Closing this issue.

@Lucaszw Lucaszw closed this as completed Nov 15, 2017
@josdejong
Copy link
Owner

👍

The PR is #428 has not been active for quite a while though...

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

2 participants