Topic: Opening node children in a popup window ( in-page popup using DIV )
Hi, My requirement is to open the node children in a popup window.
Not to mention it should also be possible to expand/collapse the same in the underlying tree as well.
So far I manged to display the children in a popup( by setting forest:true ). But there are some issues.
-> After the children are displayed in popup. I can not expand the same node in the underlying tree any more.
As I get this.children.length' is null or not an object error.( This comes from hasChildren() method in Node class )
-> Though it works If I first expand the node in tree and then open popup.( but this not desirable )
I am loading the popup. something like
popTree.load( {
tree.node.getChildren()
} );
Where popTree is another MIFTree with forest:true and
'tree' is the orginal underlying MifTree,whose chidlren I want to show in popup.
Any help would be greatly appreciated.
Veroni.
Last edited by Veronika (2009-04-23 10:44:42)