<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Mifjs forum — Mif.Tree, Mif.Menu - Mif.Tree() Never init's with element is null]]></title>
		<link>http://mifjs.net/forum/topic/217/</link>
		<description><![CDATA[The most recent posts in Mif.Tree() Never init's with element is null.]]></description>
		<lastBuildDate>Sat, 19 Jun 2010 17:31:40 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Mif.Tree() Never init's with element is null]]></title>
			<link>http://mifjs.net/forum/post/802/#p802</link>
			<description><![CDATA[GOT IT! aka "The Amazing Power of Posting a Spinning Wheel!"

Highly recommend all modify their Mif libs $()'s to document.id()'s
oi!]]></description>
			<author><![CDATA[dummy@example.com (Codename: Steeve Knight)]]></author>
			<pubDate>Sat, 19 Jun 2010 17:31:40 +0000</pubDate>
			<guid>http://mifjs.net/forum/post/802/#p802</guid>
		</item>
		<item>
			<title><![CDATA[Re: Mif.Tree() Never init's with element is null]]></title>
			<link>http://mifjs.net/forum/post/801/#p801</link>
			<description><![CDATA[show full html code or test page]]></description>
			<author><![CDATA[creavenmoro@gmail.com (moro)]]></author>
			<pubDate>Sat, 19 Jun 2010 17:31:36 +0000</pubDate>
			<guid>http://mifjs.net/forum/post/801/#p801</guid>
		</item>
		<item>
			<title><![CDATA[Mif.Tree() Never init's with element is null]]></title>
			<link>http://mifjs.net/forum/post/800/#p800</link>
			<description><![CDATA[what am I missing?

even the simplest:
    sandbox.mooTree = new Mif.Tree({
        container: document.id('my-container-id'),
        forest: true,
        initialize: function(){
            this.initCheckbox('simple');
            new Mif.Tree.KeyNav(this);
        },
    });
errors out with element is null in Mif.Tree at:
...
this.wrapper = new Element('div').addClass('mif-tree-wrapper').injectInside(this.container);
...

I never even get a chance to load any json

container defined as:
<div id="my-container-id"></div>
and is definitely available before the Tree() call  - I've checked.]]></description>
			<author><![CDATA[dummy@example.com (Codename: Steeve Knight)]]></author>
			<pubDate>Sat, 19 Jun 2010 17:15:36 +0000</pubDate>
			<guid>http://mifjs.net/forum/post/800/#p800</guid>
		</item>
	</channel>
</rss>

