GraphEditor now support mermaid

This commit is contained in:
Xuan Sang LE
2018-03-16 19:53:32 +01:00
parent 2f57c05ef3
commit 0ff98fee98
15 changed files with 59525 additions and 252 deletions

View File

@ -1,12 +1,12 @@
<afx-app-window apptitle="" width="600" height="400" data-id="notepad">
<afx-hbox>
<afx-vbox data-width = "172" data-id = "sidebar" min-width="172">
<afx-vbox data-width = "155" data-id = "sidebar" min-width="155">
<afx-list-view data-id = "location" dropdown = "true" data-height= "30" width = "150"></afx-list-view>
<afx-file-view data-id = "fileview" view='tree' status = false></afx-file-view>
</afx-vbox>
<afx-resizer data-width = "3" ></afx-resizer>
<afx-vbox>
<afx-tab-bar data-id="tabarea" data-height="26" closable = true></afx-tab-bar>
<afx-tab-bar data-id="tabarea" data-height="23" closable = true></afx-tab-bar>
<div data-id="datarea"></div>
<afx-hbox data-height="30" data-id="bottom-vbox">
<afx-label data-id="editorstat"></afx-label>