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

Use the cytoscape-context-menu library instead of previous bugged usage of context library #74

Open
Larcheveque opened this issue Mar 24, 2021 · 0 comments

Comments

@Larcheveque
Copy link
Member

https://github.com/iVis-at-Bilkent/cytoscape.js-context-menus

code to use the new library:

var instance = visu.contextMenus({
          menuItems: [
            {
              id: ''guillaume1'',
              content: ''guillaume'',
              tooltipText: ''guillaume'',
              selector: ".element1", //elements[elementId].id,
              onClickFunction: function (event) {
                alert("toto");
              },
              hasTrailingDivider: true
            }]});
	instance.appendMenuItems([
            {
              id: ''guillaume2'',
              content: ''guillaume'',
              tooltipText: ''guillaume'',
              selector: ".element0", //elements[elementId].id,
              onClickFunction: function (event) {
                alert("toto");
              },
              hasTrailingDivider: true
            }]);
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