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)

Re: How to embed Mif.Tree

use mootools 1.2

Re: How to embed Mif.Tree

Hi,

thanks for reply.
I tried mootools 1.2.5 - that didn't solved the problem.
Is there anything else I could try?

Thanks

IT

Re: How to embed Mif.Tree

add css, debug and find error, ask javascript programmer to help you.

5

Re: How to embed Mif.Tree

Hy
See the requires in mif.tree-v1.2.6.4.js. mif tree need more than mootools..._core.
Download: mootools-1.2.5-core-nc.js & mootools-1.2.5.1-more.js