withinreach schrieb:
I'm working with Treeview, latest version, needing the cookie/
persistence feature for a project.

Sample demo works fine on my local machine (I can click on 2nd tree,
change what's open/closed, browse to another page, then return (BACK
button), and the tree holds its state. Great!

Can't get it to work in my test system though.

http://www.wrctest.com/tt2006/tennis_lessons_showall.php

Hi Mike,

please change:
$("#lessons").Treeview({
        speed: "fast",
        collapsed: true,
        unique: true,
        store: true,
});
$("#lessons").Treeview({ control: "#treecontrol" });

to:
$("#lessons").Treeview({
        speed: "fast",
        collapsed: true,
        unique: true,
        store: true,
        control: "#treecontrol"
});

Maybe that even fixes your problem. :)

Cheers,
/rw

Reply via email to