forked from jgraph/mxgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (57 loc) · 1.98 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<html>
<head>
<title>mxGraph 3.8.0</title>
<link rel="stylesheet" href="docs/css/manual-styles.css">
<link rel="stylesheet" href="docs/css/manual-colors.css">
</head>
<body>
<br/>
<center>
<img src="docs/images/mxgraph_logo.gif" alt="mxGraph"/><br/>
<font size="-1"><i>
Version 3.8.0 – 30. November 2017
</i></font>
</center>
<br/>
<br/>
<h1>Please use the orignal sources this is just a copy to test the possibilities</h1>
<p>https://github.com/jgraph/mxgraph</p>
<h3>Examples</h3>
<ul>
<li><a href="javascript/examples/editors/diagrameditor.html">diagrameditor</a></li>
<li><a href="javascript/examples/editors/grapheditor.html">grapheditor</a></li>
<li><a href="javascript/examples/editors/layouteditor.html">layouteditor</a></li>
<li><a href="javascript/examples/editors/processeditor.html">processeditor</a></li>
<li><a href="javascript/examples/editors/workfloweditor.html">workfloweditor</a></li>
<li><a href="javascript/examples/grapheditor/www/index.html">grapheditor</a></li>
</ul>
<h3>Tutorials</h3>
<ul>
<li><a href="docs/tutorial.html">Tutorial</a></li>
<li><a href="docs/manual.html">User Manual (JavaScript)</a></li>
<li><a href="docs/manual_javavis.html">User Manual (Java)</a></li>
<li><a href="docs/known-issues.html">Known Issues</a></li>
</ul>
<h3>Installation & Examples</h3>
<ul>
<li><a href="php/index.html">PHP</a></li>
<li><a href="dotnet/index.html">.NET</a></li>
<li><a href="java/index.html">Java</a></li>
<li><a href="javascript/index.html">JavaScript</a></li>
</ul>
<h3>API Specifications</h3>
<ul>
<li><a href="docs/php-api/index.html">PHP</a></li>
<li><a href="dotnet/docs/html/index.html">.NET</a></li>
<li><a href="java/docs/index.html">Java</a></li>
<li><a href="docs/js-api/index.html">JavaScript</a></li>
</ul>
<h2>License</h2>
<p>
mxGraph is licensed under the
<a href="https://github.com/jgraph/mxgraph/blob/master/LICENSE" target="_blank">
Apache License 2.0</a>.
</p>
© 2006-2017 by JGraph Ltd.
</body>
</html>