mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Improve index.html for tests in mindplot
This commit is contained in:
parent
a4a478843d
commit
a8a78d053f
@ -1,20 +1,34 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Mindplot Playground</title>
|
<title>WiseMapping - Mindplot Playground</title>
|
||||||
|
<style>
|
||||||
|
html * {
|
||||||
|
font-family: Arial !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
tbody tr td:first-child {
|
||||||
|
width: 20%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<h1>WiseMapping Mindplot - Playground</h1>
|
||||||
|
<p>You will find here a set of examples that shows how you can use integrate WiseMapping Mindplot.</p>
|
||||||
<div>
|
<div>
|
||||||
<h1>Mindplot Playground</h1>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="layout.html">Layout Renders</a></li>
|
<li><a href="viewmode.html">Mindmap Render:</a> Simple integration to load and render mindaps in read
|
||||||
<li><a href="viewmode.html">View Only Mindmap:</a> This test load the mindmap canvas in this simple setup in read only mode.</li>
|
only mode</li>
|
||||||
<li><a href="container.html">Embedding the mindmap in a page</a></li>
|
<li><a href="editor.html">Mindmap Editor:</a> Example on how mindplot can be used for mindmap edition. Browser local storage is used for persistance.</li>
|
||||||
<li><a href="editor.html">Standard Editor</a></li>
|
<li><a href="container.html">Enbedded:</a> Example on how to embeded editor in a iframe.</li>
|
||||||
|
<li><a href="layout.html">Layout Renders:</a> Showcase the different supported layouts.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user