开发者

Load dynamically a tree when page lods

开发者 https://www.devze.com 2023-03-09 05:11 出处:网络
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)

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

精彩评论

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