draw.io二次开发(2)文件解读
生活随笔
收集整理的这篇文章主要介绍了
draw.io二次开发(2)文件解读
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
最先加载了:
drawio/src/main/webapp/js/grapheditor/Dialogs.js
L289 : ColorDialog.prototype.createApplyFunction()
这个文件中的函数没有进入
然后加载了:
drawio/src/main/webapp/js/diagramly/sidebar/Sidebar.js
这个文件中的函数没有进入
然后加载了一堆:
drawio/src/main/webapp/js/diagramly/sidebar/Sidebar-*
这个文件中的函数没有进入
然后加载了:
drawio/src/main/webapp/js/diagramly/util/mxJsCanvas.js
这个文件中的函数没有进入
首页:drawio/src/main/webapp/index.html
跳转后加载了:
drawio/src/main/webapp/js/diagramly/Dialogs.js
drawio/src/main/webapp/js/diagramly/EditorUi.js
在其中定义了模板文件路径:
即模板文件:drawio/src/main/webapp/templates/index.xml
总结
以上是生活随笔为你收集整理的draw.io二次开发(2)文件解读的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 动物记忆力96小时
- 下一篇: 使用aotupep8自动批量调整代码以符