forked from NorthwoodsSoftware/GoJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
299 lines (239 loc) · 11 KB
/
index.html
File metadata and controls
299 lines (239 loc) · 11 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="GoJS is a JavaScript library for building interactive diagrams on HTML web pages. Build apps with flowcharts, org charts, BPMN, and other visual graph types. Interactivity, data-binding, layouts and many node and link concepts are built-in to GoJS." />
<title>GoJS Diagramming for JavaScript and HTML, by Northwoods Software</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','http://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1506307-5', 'gojs.net');
ga('send', 'pageview');
</script>
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- custom CSS after bootstrap -->
<!--<link href="assets/css/main.css" rel="stylesheet" type="text/css"/>-->
<style type="text/css">
.banner {
background-position: top center;
height: 265px;
background-color: #FFF;
}
.banner h1 span, h2 span {
background-color: rgba(255,255,255,0.8);
border-radius: 25px;
}
#bannertop {
background-image: url('assets/images/banner2.png');
background-repeat: no-repeat;
box-shadow: 0px 2px 5px #D3D3D3;
}
.imagelink img {
/*border: 2px solid gray; */ /* debug */
}
.img-thumbnail {
padding: 0px;
margin: 4px;
border: 2px solid #ddd;
border-radius: 0px;
}
h1 {
font-size: 50px;
font-weight: bold;
}
p {
font-size: 18px;
line-height: 1.5;
}
.mt30 {
margin-top: 30px;
}
.jumbo-bottom {
margin-bottom: 0px;
}
/* Navigation-specific */
.navbar-inverse .navbar-nav > li > a {
color: white;
font-weight: bold;
}
@media (min-width: 992px) {
.navbar-nav > li > a {
font-size: 110%;
}
}
.nav > li > a {
padding-left: 10px;
padding-right: 10px;
}
.navbar-fixed-top {
border-width: 0px;
}
.nav li {
float: left;
line-height: 40px;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.nav li:hover {
background-color: #707070;
}
.buy {
background-color: #79C900;
}
.activate {
background-color: #00A9C9;
}
</style>
</head>
<body>
<div class="container">
<!-- Fixed navbar -->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--<a class="navbar-brand" href="#">GoJS</a>-->
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="learn/index.html">Learn</a></li>
<li><a href="samples/index.html">Samples</a></li>
<li><a href="intro/index.html">Intro</a></li>
<li><a href="api/index.html">API</a></li>
<li><a href="http://www.nwoods.com/components/evalform.htm">Register</a></li>
<li><a href="doc/download.html">Download</a></li>
<li><a href="http://forum.nwoods.com/c/gojs">Forum</a></li>
<li><a href="http://www.nwoods.com/support/query.htm">Contact</a></li>
<li class="buy"><a href="http://www.nwoods.com/sales/ordering.htm">Buy</a></li>
<li class="activate"><a href="http://www.nwoods.com/app/activate.aspx?sku=gojs">Activate</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
</div>
<div id="bannertop" class="jumbotron banner">
<div class="container">
<h1><span>GoJS</span></h1>
<h2><span>Interactive Diagrams for JavaScript and HTML</span></h2>
<p><a class="btn btn-primary btn-lg" href="samples/index.html" role="button">See samples »</a></p>
</div>
</div>
<div class="container-fluid">
<div class="row text-center">
<div class="col-md-12">
<div style="display: inline-block;">
<a class="imagelink" href="samples/flowchart.html"><img src="assets/images/site1.png" class="img-thumbnail" alt="Flowchart" /></a>
<a class="imagelink" href="samples/stateChart.html"><img src="assets/images/site6.png" class="img-thumbnail" alt="State Chart" /></a>
</div>
<div style="display: inline-block;">
<a class="imagelink" href="samples/sankey.html"><img src="assets/images/site2.png" class="img-thumbnail" alt="Sankey Diagram" /></a>
<a class="imagelink" href="samples/mindMap.html"><img src="assets/images/site5.png" class="img-thumbnail" alt="Mind Map" /></a>
</div>
</div>
</div>
<div class="row text-center">
<div class="col-md-12">
<div style="display: inline-block;">
<a class="imagelink" href="samples/orgChartEditor.html"><img src="assets/images/site3.png" class="img-thumbnail" alt="Org Chart" /></a>
<a class="imagelink" href="samples/dynamicPorts.html"><img src="assets/images/site7.png" class="img-thumbnail" alt="Dynamic Ports Demo" /></a>
</div>
<div style="display: inline-block;">
<a class="imagelink" href="samples/dataVisualization.html"><img src="assets/images/site4.png" class="img-thumbnail" alt="Data Visualization" /></a>
<a class="imagelink" href="samples/regrouping.html"><img src="assets/images/site8.png" class="img-thumbnail" alt="Regrouping Demo" /></a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row mt30 center-block">
<p><b>GoJS</b> is a feature-rich JavaScript library for implementing interactive diagrams across modern web browsers and platforms.
<b>GoJS</b> makes constructing diagrams of complex nodes, links, and groups easy with customizable templates and layouts.
<p><b>GoJS</b> offers many advanced features for user interactivity such as drag-and-drop, copy-and-paste,
in-place text editing, templates, data binding and models, transactional state and undo management,
palettes, overviews, event handlers, commands, and an extensible tool system for custom operations.
<p><b>GoJS</b> is pure JavaScript, so users get interactivity without requiring round-trips to servers and without plugins.
<b>GoJS</b> normally runs completely in the browser, rendering to an HTML5 Canvas element or SVG without any server-side requirements.
<b>GoJS</b> does not depend on any JavaScript libraries or frameworks, so it should work with any HTML or JavaScript framework or with no framework at all.
</div>
<div class="row mt30 center-block">
<div class="col-md-6">
<h2>Explore</h2>
<p>Run over 135 sample apps that illustrate how to build interactive diagrams, including flowcharts,
org charts, mind maps, and dozens more.</p>
<p><a class="btn btn-primary" href="samples/index.html" role="button">View Samples</a></p>
</div>
<div class="col-md-6">
<h2>Learn</h2>
<p>Get started with a step-by-step description of how to build an app
using a <b>GoJS</b> diagram and some model data.</p>
<p><a class="btn btn-primary" href="learn/index.html" role="button">Learn with GoJS Tutorials</a></p>
</div>
</div>
<div class="row center-block">
<div class="col-md-6">
<h2>Download</h2>
<p>Get a copy of the library and all of the samples, extensions, and documentation.
Search the JavaScript code and modify the samples to start your app.</p>
<p>
<a class="btn btn-primary" href="doc/download.html" role="button">Download GoJS</a>
<a class="btn btn-primary" href="https://github.com/NorthwoodsSoftware/GoJS" role="button">Clone us from GitHub</a>
</p>
</div>
<div class="col-md-6">
<h2>Technical Introduction</h2>
<p>Read our introduction for a technical overview of <b>GoJS</b> concepts and features,
including hundreds of live interactive examples embedded right in each page.</p>
<p><a class="btn btn-primary" href="intro/index.html" role="button">Read the Introduction</a></p>
</div>
</div>
<div class="row center-block">
<div class="col-md-6">
<h2>Unlimited Evaluation</h2>
<p>Evaluate the full library without any limitations --
and get free support for a month when you register with us.</p>
<p>
<a class="btn btn-primary" href="http://www.nwoods.com/products/register.html" role="button">Register for Support</a>
<a class="btn btn-primary" href="http://www.nwoods.com/contact.html" role="button">Contact Us</a>
</p>
</div>
<div class="col-md-6">
<h2>API Documentation</h2>
<p>Read our comprehensive documentation for an in-depth reference of the properties
and methods for all of the classes.</p>
<p><a class="btn btn-primary" href="api/index.html" role="button">View the API</a></p>
</div>
</div>
<div class="row mt30 center-block">
<p>
When upgrading to a newer version, please read the <strong><a href="doc/changelog.html" target="_blank">Change Log</a></strong>.
</p>
<p>
You can explore the newest features and samples in the <a href="../beta/index.html" target="_blank">GoJS Beta</a> for the next version,
if a next version is available. Read the <a href="../beta/doc/changelog.html" target="_blank">beta change log</a> for the new features.
Please note that our <a href="https://github.com/NorthwoodsSoftware/GoJS" target="_blank">GitHub</a> directory does not have the beta files.
</p>
</div>
<hr>
<footer>
<p>GoJS ® by Northwoods Software. Copyright © 1998-2016 <a href="http://www.nwoods.com" target="_blank">Northwoods Software</a> ®</p>
</footer>
</div> <!-- /container -->
<div class="jumbotron jumbo-bottom">
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>