98 lines
3.5 KiB
HTML
98 lines
3.5 KiB
HTML
<html>
|
|
<head>
|
|
<title>mxGraph 1.10.0.5</title>
|
|
<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>
|
|
Version 1.10.0.5 – 21. May 2012
|
|
</i></font>
|
|
</center>
|
|
<br/>
|
|
<br/>
|
|
<h1>mxGraph 1.10.0.5</h1>
|
|
<p>
|
|
mxGraph combines Ajax and latest browser technologies to implement a graph
|
|
component that does not require any browser configuration or plugin
|
|
installation.
|
|
</p>
|
|
<h2>Documentation</h2>
|
|
<p>
|
|
This documentation is designed for people familiar with JavaScript programming
|
|
and object-oriented programming concepts. You should also be familiar with
|
|
mxGraph from a user's point of view. There are many
|
|
<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 & 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>
|
|
You can obtain technical support with using mxGraph at the
|
|
<a href="http://www.jgraph.org/forum/viewforum.php?f=12">mxGraph forum</a>
|
|
or via the commercial support as agreed with JGraph Ltd. Please also read the
|
|
<a href="docs/known-issues.html">Known Issues</a> before contacting support.
|
|
</p>
|
|
<h2>License</h2>
|
|
<p>
|
|
Please read the <a href="license.txt">license</a> carefully. The evaluation
|
|
version ships without the JavaScript code. The code is loaded from our
|
|
servers using a special link. The full JavaScript code is included in the
|
|
commercial distribution. Please read the
|
|
<a href="http://www.jgraph.com/purchase.html">licensing details and pricing
|
|
information.</a>
|
|
</p>
|
|
<h2>Source Code</h2>
|
|
<p>
|
|
The source code for all backends is included in all distributions. The
|
|
<code>mxClient.js</code> file is included in the non-evaluation versions.
|
|
The source distribution also contains the formatted JavaScript source code.
|
|
</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>
|
|
To be notified of available updates, please subscribe
|
|
to the respective <a href="http://www.jgraph.com/lists/">mailing list</a>
|
|
or check the <a href="http://www.jgraph.com/mxgraphlog.html">changelog</a>
|
|
on a regular basis.
|
|
</p>
|
|
<hr size="1">
|
|
© 2006-2010 by JGraph Ltd.
|
|
</body>
|
|
</html>
|