doc/BPM/graphic_editor/drawio/mxGraphModel.md
2025-09-18 14:34:35 +03:00

10 lines
822 B
Markdown

DOC
- [mxGraphModel DOC](https://jgraph.github.io/mxgraph/docs/js-api/files/model/mxGraphModel-js.html)
- [mxCell.cs](https://github.com/jgraph/mxgraph/blob/master/dotnet/src/model/mxCell.cs)
- [mxCell](https://digirent.nl/examples/mxgraph/java/docs/index.html?com/mxgraph/model/mxCell.html)
- [javadoc](https://javadoc.io/doc/org.tinyjee.jgraphx/jgraphx/1.10.4.1/com/mxgraph/view/mxGraph.html)
- [bestsrv.de](http://v22016111501739727.bestsrv.de/mxgraph/docs/js-api/files/view/mxGraph-js.html)
Вопросы
- [mxGraphModel.prototype.createId](https://stackoverflow.com/questions/47010800/mxgraph-javascript-function-for-id-value-for-the-cell)
- [How to validate for un-connected edges to cell in mxgraph](https://stackoverflow.com/questions/56405363/how-to-validate-for-un-connected-edges-to-cell-in-mxgraph/56695556)