开发者

Load dynamically a tree when page lods

I have a tree load开发者_如何学Ced when i click but i needed this tree to be loaded when page loads(at start).


Supposing your tree ID is "13" (as mentionned in your code)

You should do :

Ext.onReady(function () {
    Ext.getCmp("15").load();
});
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜