maxGraph/index.html

95 lines
3.4 KiB
HTML
Raw Normal View History

2012-05-21 20:32:26 +00:00
<html>
<head>
2014-06-11 13:13:38 +00:00
<title>mxGraph 2.8.2.0</title>
2012-09-28 07:03:08 +00:00
<link rel="stylesheet" href="docs/css/manual-styles.css">
<link rel="stylesheet" href="docs/css/manual-colors.css">
2012-05-21 20:32:26 +00:00
</head>
<body>
<br/>
<center>
<img src="docs/images/mxgraph_logo.gif" alt="mxGraph"/><br/>
<font size="-1"><i>
2014-06-11 13:13:38 +00:00
Version 2.8.2.0 &ndash; 11. June 2014
2012-05-21 20:32:26 +00:00
</i></font>
</center>
<br/>
<br/>
2014-06-11 13:13:38 +00:00
<h1>mxGraph 2.8.2.0</h1>
2012-05-21 20:32:26 +00:00
<p>
2012-07-31 14:06:36 +00:00
mxGraph is a JavaScript diagramming library that enables interactive graph
and charting applications to be quickly created that run natively in any
major browser, both HTML 5 capable and Internet Explorer v6-8.
2012-05-21 20:32:26 +00:00
</p>
<h2>Documentation</h2>
<p>
This documentation is designed for people familiar with JavaScript programming
2012-07-31 14:06:36 +00:00
and object-oriented programming concepts. There are many
2012-05-21 20:32:26 +00:00
<a href="http://www.google.com/search?q=javascript+tutorials">JavaScript
tutorials</a> available on the Web.
</p>
<h3>General Information</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 &amp; 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>Support</h2>
2013-07-12 07:09:46 +00:00
<p>
If you have a support question and you have purchased mxGraph license(s),
please use the contact mechanism described in your purchase receipt email.
</p>
2012-05-21 20:32:26 +00:00
<p>
2012-07-31 14:06:36 +00:00
For commercial grade technical support as part of a commercial evaluation,
please <a href="http://www.jgraph.com/contact.html" target="_blank">
2013-07-12 07:09:46 +00:00
contact us</a> and we will arrange support during your evaluation.
2012-05-21 20:32:26 +00:00
</p>
<h2>License</h2>
<p>
2013-07-12 07:09:46 +00:00
mxGraph is licensed under the commercial
2012-07-31 14:06:36 +00:00
<a href="http://www.jgraph.com/mxlicense.html" target="_blank">
mxGraph License</a>. Free commercial evaluation is permitted for up to 3
months. If you require longer, please
<a href="http://www.jgraph.com/contact.html" target="_blank">contact us</a>.
2012-05-21 20:32:26 +00:00
</p>
<h2>Requirements</h2>
<p>
The JavaScript client requires Firefox 1.5 and later, Microsoft Internet
Explorer 6.0 and later, Safari 3.0 and later, Camino 1.0.2 and later,
Opera 9.0 and later, Iceape 1.0 and later, Epiphany 2.0 and later, Galeon
2.0 and later or Google Chrome.
</p>
<p>
2013-12-20 16:51:26 +00:00
The servers require Java 5.0 or later and .NET 1.1 or later.
Using PHP 5.0 is informally supported. The I/O module for PHP requires libxml.
The PHP examples do not support image export.
2012-05-21 20:32:26 +00:00
</p>
<h2>Updates</h2>
<p>
2013-07-12 07:09:46 +00:00
We use Google+ for public networking, there is a feed specific to
2012-07-31 14:06:36 +00:00
<a href="https://plus.google.com/114540847293379038765" target="_blank">
mxGraph</a> and another specific to
2013-07-12 07:09:46 +00:00
<a href="https://plus.google.com/100634082864796769666" target="_blank">draw.io</a>.
2012-05-21 20:32:26 +00:00
</p>
2013-07-12 07:09:46 +00:00
<p>
There is also a <a href="http://jgraph.us7.list-manage.com/subscribe?u=78de8afbba93a005d81a1bb43&id=f60ca063dd" target="_blank"> very low volume mailing list</a> that only emails in the event of a critical
issue affecting mxGraph.
2012-05-21 20:32:26 +00:00
<hr size="1">
2012-07-31 14:06:36 +00:00
&copy; 2006-2012 by JGraph Ltd.
2012-05-21 20:32:26 +00:00
</body>
</html>