GOT IT! aka "The Amazing Power of Posting a Spinning Wheel!"
Highly recommend all modify their Mif libs $()'s to document.id()'s
oi!
You are not logged in. Please login or register.
Mifjs forum — Mif.Tree, Mif.Menu » Help » Mif.Tree() Never init's with element is null » Post new reply
All fields labelled (Required) must be completed before the form is submitted.
GOT IT! aka "The Amazing Power of Posting a Spinning Wheel!"
Highly recommend all modify their Mif libs $()'s to document.id()'s
oi!
show full html code or test page
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.
Mifjs forum — Mif.Tree, Mif.Menu » Help » Mif.Tree() Never init's with element is null » Post new reply
Powered by PunBB