ok.
thank you. now it works.
You are not logged in. Please login or register.
Mifjs forum — Mif.Tree, Mif.Menu » Help » select and expand node by id in ajax tree? » Post new reply
All fields labelled (Required) must be completed before the form is submitted.
ok.
thank you. now it works.
you can select node on tree load:
tree.addEvent('load', function(){
tree.select(Mif.id('some_id'));
});what means close tree? close all nodes?
tree.root.recursive(function(){
this.toggle(false);
});Hi,
is it possible top open an ajax tree and select the node by id?
i've to go direct (url params) to a node an select it.
i'm also using CookieStorage. is it possibile to close the tree before reopen it?
Thanks a lot for your help.
Sascha
Mifjs forum — Mif.Tree, Mif.Menu » Help » select and expand node by id in ajax tree? » Post new reply
Powered by PunBB