Topic: How to embed Mif.Tree
Hello,
I wanted to use Mif.Tree to create a tree view on a webpage. I wrote the following HTML doc:
<html>
<head>
<script type="text/javascript" src="libs/mootools-core-1.3.2-full-compat.js"></script>
<script type="text/javascript" src="libs/mif.tree-v1.2.6.4.js"></script>
<script type="text/javascript" src="tree.js"></script>
</head>
<body>
<h1>Simple Tree example</h1>
<div id="tree_container"></div>
</body>
</html>But the only visible thing is the text "Simple Tree example" - nothing else. Even the examples doesn't work (also tested on a friends PC).
Can someone please help me with embedding Mif.Tree?
Thanks
IT
Last edited by Irontiger (2011-06-18 17:41:34)