maxGraph/index.html

108 lines
4.3 KiB
HTML
Raw Normal View History

2012-05-21 20:32:26 +00:00
<html>
<head>
2012-08-31 11:06:48 +00:00
<title>mxGraph 1.10.3.1</title>
2012-05-21 20:32:26 +00:00
<link rel="stylesheet" HREF="docs/css/html.css" CHARSET="ISO-8859-1" TYPE="text/css">
</head>
<body>
<br/>
<center>
<img src="docs/images/mxgraph_logo.gif" alt="mxGraph"/><br/>
<font size="-1"><i>
2012-09-22 15:02:45 +00:00
Version 1.10.3.1 &ndash; 22. September 2012
2012-05-21 20:32:26 +00:00
</i></font>
</center>
<br/>
<br/>
2012-08-31 11:06:48 +00:00
<h1>mxGraph 1.10.3.1</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>
<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">
contact us</a>. For free technical support, please use the
<a href="http://forum.jgraph.com/" target="_blank">technical forum</a>,
tagging questions <strong>mxgraph</strong>. Please also read the
2012-05-21 20:32:26 +00:00
<a href="docs/known-issues.html">Known Issues</a> before contacting support.
2012-07-31 14:06:36 +00:00
If you have purchased mxGraph with technical support, please refer to
your puchase email for details on how to invoke technical support.
2012-05-21 20:32:26 +00:00
</p>
<h2>License</h2>
<p>
2012-07-31 14:06:36 +00:00
mxGraph can be licensed under the
<a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" target="_blank">
non-commercial Creative Commons</a> or the commercial
<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>Source Code</h2>
<p>
2012-07-31 14:06:36 +00:00
The source code ships with the package. If you prefer to obtain mxGraph
directly from source control, each release is pushed to
<a href="https://github.com/jgraph/mxgraph" target="_blank">github</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>
The servers require Java 5.0 or later, .NET 1.1 or later, or PHP 5.0 or
later. The I/O module for PHP requires libxml. The mxGdCanvas class and the
update of the label bounding box in mxUtils for PHP require the GD Graphics
Library, however, it is not required for the PHP backend to work. Support
for TrueType fonts in PHP is also optional, but recommended.
</p>
<h2>Updates</h2>
<p>
2012-07-31 14:06:36 +00:00
To be notified of available updates subscribe to the
<a href="http://freshmeat.net/projects/mxgraph/releases.atom" target="_blank">
RSS feed</a>. We have a <a href="https://twitter.com/Diagramly" target="_blank">
twitter feed<a> more related to Diagramly, but that may also be of interest.
See the <a href="http://www.jgraph.com/mxchangelog.html" target="_blank">ChangeLog</a> for
details of what changed between releases. We use Google+ for public networking,
there is a feed specific to
<a href="https://plus.google.com/114540847293379038765" target="_blank">
mxGraph</a> and another specific to
<a href="https://plus.google.com/100634082864796769666" target="_blank">Diagramly</a>.
2012-05-21 20:32:26 +00:00
</p>
<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>