I have recently started exploring CytoscapeJS. I used the 'cxtmenu' plugin and the example at How do I use the jquery.cxtmenu.js plugin packaged with cytoscape.js? to make a simple circular context menu. However, I do not know if it allows users to have sub-menus within each context menu item.
I actually want my web app to have a simple dropdown context/ popup menu with different options depending on the node/ edge clicked (on right click) with further sub-menus. Is this possible in cytoscapeJS ?
Also, is there a way to have a simple menu bar at the top of the graph (as in Cytoscape Web) or do I use javascript/ jquery outside the cytoscapeJS container for that ? Thanks.