1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Updated Draw.io integration

This commit is contained in:
HarveyKandola 2020-11-09 11:01:09 -05:00
parent 806efd7eac
commit 30d12ba756
6 changed files with 1071 additions and 1067 deletions

View file

@ -170,3 +170,7 @@ export default Component.extend({
// https://desk.draw.io/support/solutions/articles/16000042546-what-url-parameters-are-supported-
// https://desk.draw.io/support/solutions/articles/16000042544-how-does-embed-mode-work-
// https://jgraph.github.io/mxgraph/docs/js-api/files/editor/mxEditor-js.html
// https://github.com/jgraph/drawio-github/blob/master/edit-diagram.html
// https://github.com/jgraph/drawio-integration
// https://desk.draw.io/support/solutions/articles/16000042544-embed-mode

View file

@ -6,7 +6,7 @@
{{#section/base-editor document=document folder=folder page=page busy=waiting isDirty=(action "isDirty") onCancel=(action "onCancel") onAction=(action "onAction")}}
<div class="section-flowchart-diagram">
<iframe id={{editorId}}
src="https://www.draw.io/?embed=1&ui=Kennedy&spin=0&proto=json&splash=0"
src="https://embed.diagrams.net/?embed=1&ui=Kennedy&spin=0&proto=json&splash=0"
style="frameborder:0; border: 0; width: 100%; height: 1000px;">
</iframe>
</div>