ExtJS 推迟方法。

Example

1 Ext.defer(MyApp.destroyWindow, /* function to call */
2           5000, /* timeout in milliseconds */,
3           MyApp, /* scope of the called function */
4           [myWindow] /* array of arguments to provide the function */
5 );

Reference

相关文章:

  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2021-08-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
猜你喜欢
  • 2021-09-04
  • 2022-12-23
  • 2021-08-09
  • 2021-07-04
  • 2021-12-28
  • 2021-12-22
  • 2021-11-19
相关资源
相似解决方案