-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
16 lines (16 loc) · 965 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<title>Examples</title>
</head>
<body>
<h1>Examples</h1>
<ul>
<li><a href="ts-examples/helloWorld.html">Hello World</a> - A simple example that loads mxgraph with 2 cells and a connection between them.</li>
<li><a href="ts-examples/ecommerceDemoSchema.html"> Schema Designer (Ecommerce Demo):</a> - Creates a schemaDesigner with using the ecommerce demo schema</li>
<li><a href="ts-examples/worldWideImporters.html">Schema Designer (World Wide Importers): </a> - Creates a schemaDesigner with using the world wide importers schema</li>
<li><a href="ts-examples/adventureWorks.html">Schema Designer (Adventure Works):</a> - Creates a schemaDesigner with using adventure works schema</li>
<li><a href="ts-examples/smallSchema.html">Schema Designer (Small test schema):</a> - Creates a small demo schema</li>
</ul>
</body>
</html>