From 5f35036b36e37edbfa9d528476544d856db49434 Mon Sep 17 00:00:00 2001 From: Dmitry <121898072+bpmbpm@users.noreply.github.com> Date: Wed, 30 Apr 2025 21:40:43 +0300 Subject: [PATCH] Create mxGraphModel.md --- BPM/graphic_editor/drawio/mxGraphModel.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 BPM/graphic_editor/drawio/mxGraphModel.md diff --git a/BPM/graphic_editor/drawio/mxGraphModel.md b/BPM/graphic_editor/drawio/mxGraphModel.md new file mode 100644 index 00000000..91c762ad --- /dev/null +++ b/BPM/graphic_editor/drawio/mxGraphModel.md @@ -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)