user interface - Alloy-ui diagram-builder method overwriting -


my question quite simple, how can overwrite method connectend aui-diagram-builder-impl.js ?

there no problem overwrite methods aui-diagram-builder.js. importing aui-diagram-builder-impl.js file in index.html still not working.

i overwrite methods that:

y.diagrambuilder.editconnector = function (connector) {                      //some code                  };

and works, not...

y.diagrambuilder.connectend = function (connector) {                      //some code                  };

some ideas, ?

diagrambuilder has no connectend() function. perhaps looking diagramnodecondition.connectend()?


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -