Topic: Cookie Storage and refreshChildren method ...
How can I integrate both "Cookie Storage" and refreshChildren method ?
refreshChildren: function() {
this.state.loaded=false;
this.state.open=false;
this.state.loadable=true;
this.children=[];
this.$draw=false;
this.tree.$getIndex();
this.getDOM('children').innerHTML='';
Mif.Tree.Draw.update(this);
return this;
},
As it seems that Cookie Storage has a bug with multiple loaded on demand nodes ... this is might be it doesn't works ?