`
eimhee
  • 浏览: 2112288 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Bug - reload method of AsyncTreeNode - Ext JS

EXT 
阅读更多
Happens when the tree config option 'rootVisible' is set to false

when you do a root.reload(); the tree doesnt render and it dissapears
Reply With Quote
  #2  
Old 02-28-2007, 10:06 AM
Default

Is there a way to attach an UpdateManager to a node?
Reply With Quote
  #3  
Old 03-01-2007, 03:56 PM
Default

bump
Reply With Quote
  #4  
Old 03-05-2007, 09:50 AM
DefaultRe: Bug - reload method of AsyncTreeNode

Observing the same behavior. A workaround:

tree.rootVisible = true;
tree.root.reload();
tree.rootVisible = false;
Reply With Quote
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics