ExtJS Defer

Description

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

posted on 2016-01-19 21:47  梅山民  阅读(1132)  评论(0编辑  收藏  举报

导航