Adriaan
unread,Nov 3, 2008, 11:43:10 AM11/3/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mootree
Hi All,
When I use node.toggle as follows, all of my JS code stops to run -
right after the toggle has run... I can't even do a simple
alert('test'); afterwards...
------
var node = tree.get( nodeID );
node.toggle(false,true);
alert('test');
------
The node toggles fine as expected, but I never see the alert...
I've tried commenting things out in the .toggle function, and it seems
that it's actually the update() function that's causing the problem,
as when I comment that out, I get the alert...
I haven't changed any of the code, and am using r18.
Any help would be greatly appreciated.
Adriaan