在extjs中中止模型加载

时间:2013-07-26 23:02:18

标签: extjs

如果发生错误并在catch块中捕获了如何阻止模型加载?

目前我在extjs页面中收到“loading ..”状态。

SampleModel.js

try {
    // Error occurs here
} catch (err) {
    // How to stop model from loading?
}

0 个答案:

没有答案