【发布时间】:2017-10-05 07:08:14
【问题描述】:
我是使用 extjs 的新手。 ExtJs3 中 this.callParent(args) 的等价物是什么。它在 extjs4 中有效,但在 extjs 3 中无效。感谢您的帮助
【问题讨论】:
-
你可以试试这个-
YourComponent.superclass.initComponent.apply(this, arguments);PS:它没有经过测试。请粘贴这将有帮助。 -
嗨。感谢您的建议,但它返回错误“无法读取未定义的属性'应用'”
-
你收到
YourComponent.superclass.initComponent这么多吗?请粘贴一些代码