0

我正在使用Extjs 6。我从Ext.Component. 我想在课堂上添加一些事件。

我该怎么做

4

1 回答 1

2

您不必在 ExtJS 6 中声明自定义事件。您只需要监听它们并触发它们。

component.fireEvent("customEvent", component, otherArgs);
于 2015-11-24T20:53:35.873 回答