Skip to content

Commit

Permalink
add started
Browse files Browse the repository at this point in the history
  • Loading branch information
hizzgdev committed Jun 29, 2014
1 parent eba9dae commit 1eece72
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,29 @@ Demo-features : <http://hizzgdev.github.io/jsmind/example/2_features.html>

Documents : [Index of document][1]

Get Started:

<html>
<head>
<link type="text/css" rel="stylesheet" href="style/jsmind.css" />
<script type="text/javascript" src="js/jsmind.js"></script>
</head>
<body>
<div id="jsmind_container"></div>

<script type="text/javascript">
var mind = {
// 3 data format supported ...
// see Documents for more information
};
var options = {
container:'jsmind_container',
editable:true,
theme:'orange'
};
var jm = jsMind.show(options,mind);
</script>
</body>
</html>

[1]:docs/index.md

0 comments on commit 1eece72

Please sign in to comment.