gpt4 book ai didi

javascript - Ext.Create 和 this.callParent

转载 作者:行者123 更新时间:2023-11-29 19:57:56 27 4
gpt4 key购买 nike

如何同时使用 Ext.createthis.callParent?如果我使用以下代码,我将在从 ajax 存储中检索数据时出错。

items: [
{ xtype: 'combo',
initComponent: function() {
...
this.callParent(arguments);
}
}
]

有什么建议吗?

最佳答案

callParent 文档说:

Call the "parent" method of the current method. That is the method previously overridden by derivation or by an override (see Ext.define).

换句话说,您只能在Ext.defineExt.override 中获取callParent;当您在配置中覆盖此方法时不会。

真正重要的是要理解 initComponent 并不意味着作为配置被覆盖。您真的应该扩展 combo 类并在那里覆盖 initComponent

关于javascript - Ext.Create 和 this.callParent,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15631027/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com