workfloweditor.xml 640 B

1234567891011121314151617
  1. <mxEditor >
  2. <include name="/pubMng/graph/config2/wfeditor-commons.xml"/>
  3. <ui>
  4. <add as="graph" element="graph"
  5. style="left:0px;right:20px;top:70px;bottom:40px;width:100%,height:100px"/>
  6. <add as="status" element="status"
  7. style="height:20px;bottom:20px;left:20px;right:20px"/>
  8. <add as="toolbar" element="toolbar" x="16" y="20" width="50" style="padding:5px;padding-top:8px;padding-right:0px;"/>
  9. </ui>
  10. <mxGraph as="graph">
  11. <include name="/pubMng/graph/config2/wfgraph-commons.xml"/>
  12. </mxGraph>
  13. <mxDefaultToolbar as="toolbar">
  14. <include name="/pubMng/graph/config2/wftoolbar-commons.xml"/>
  15. </mxDefaultToolbar>
  16. </mxEditor>