BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
ej.diagram.js:18273 Uncaught TypeError: Cannot read property 'cut' of undefined
at Object._renderContextMenuItem (http://navvia.net/NavviaNewDev/Syncfusion/Scripts/ej/ej.diagram.min.js:16:31052)
at Object._renderContextMenu (http://navvia.net/NavviaNewDev/Syncfusion/Scripts/ej/ej.diagram.min.js:17:987)
at Object._initContextMenu (http://navvia.net/NavviaNewDev/Syncfusion/Scripts/ej/ej.diagram.min.js:16:30779)
at Object._setModel (http://navvia.net/NavviaNewDev/Syncfusion/Scripts/ej/ej.diagram.min.js:9:26708)
at Object.setModel (http://navvia.net/NavviaNewDev/Syncfusion/Scripts/ej/ej.diagram.min.js:1:18073)
at r.fn.init.$.fn.(anonymous function) [as ejDiagram] (http://navvia.net/NavviaNewDev/Syncfusion/Scripts/ej/ej.diagram.min.js:1:29906)
at Object.load (http://navvia.net/NavviaNewDev/Syncfusion/Scripts/ej/ej.diagram.min.js:13:13216)
at OnSuccess_Get (http://navvia.net/NavviaNewDev/Js/Navvia/DiagramWebServices.js:215:17)
We have disabled the context menu on the diagram using the following:
$("#DiagramContent").ejDiagram({
enableContextMenu: false,
historyChange: historychange,
historyManager: {
canLog: canLog
}
});
What are we doing wrong?
We want everything to do with the diagram to remain language neutral - in en-US.
Thanks for any and all advice.
Jim
Hi,
We were able to get this to work by adding the context menu localization, as shown in your online documentation.
Here's the link:
https://help.syncfusion.com/js/diagram/localization
Jim