Skip to forum content

Mif

— mystic javascript interface

You are not logged in. Please login or register.


Post new reply

Post new reply

Compose and post your new reply

You may use: BBCode Images Smilies

All fields labelled (Required) must be completed before the form is submitted.

Required information for guests



Captcha image. Turn pictures on to see it.
Required information
Optional post settings

Topic review (newest first)

1

ok.

thank you. now it works.

2

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);
});

3

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