Create mxGraphModel.md

This commit is contained in:
Dmitry 2025-04-30 21:40:43 +03:00 committed by GitHub
parent 7d7c499d03
commit 5f35036b36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,9 @@
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)
- [vHow 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)