| Issue 340: | node.activate from onPostInit does not end up with activated node | |
| 1 person starred this issue and may be notified of changes. | Back to list |
The node is not active after onPostInit. If I use the onPostInit code in another trigger it works fine i.e. after the tree is completely loaded/done.
$("#scripts-tree").dynatree({
// autoFocus: true,
minExpandLevel: 2,
initAjax: { url: "getscripts"
},
onPostInit: function (isReloading, isError)
{
this.getRoot().getChildren()[0].activate();
}
});
May 1, 2014
Project Member
#1
moo...@wwwendt.de
Status:
WontFix
May 2, 2014
Cleanup Scrumboard
Labels:
Milestone-Release2.0
|