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

don't know, works for me. I'm update demo, it's load children for one node and restore state using code from my previous post.

2

Nop ! Doesn't do nothing sad ... What I've missed ?

3

added check if node exists rev64.
storage.restore restore nodes which exists. Try add

tree.addEvent('loadChildren', function(){
        storage.restore();
});

4

seems that it doesn't works  with onLoadChildren json. it fails on restore method.

node is undefined
[Break on this error] node.toggle(true);

5

implemented rev 59

6

Definitely needed feature! Please Moro, implement it ...

7

Sure !  Prototype.js   Tafel tree do this and it's very usefull

8

It would be nice to store IDs of expanded nodes in cookies to auto-open them if the page is reloaded.

T>