Hi,
I want to create a popup menu that is shown on clicking on a newly created ContextPad
.
I want something to look like this:
but I want to use the same popup menu that is appearing here:
Any suggestions?
Hi,
I want to create a popup menu that is shown on clicking on a newly created ContextPad
.
I want something to look like this:
but I want to use the same popup menu that is appearing here:
Any suggestions?
Hey,
You can try to register a custom provider to PopupMenu. Note that PopupMenu class is under diagram-js library which is also a part of bmpn.io toolkits.
popupMenu.registerProvier
API can be used to register a provider.
Have a look at ReplaceMenuProvider
class under bpmn-js, which is a provider itself. You’ll then have an idea about how to implement your own provider.
Thanks, it helped me a lot.