由于有人说不要每次都调用ext-all.js,会影响性能,所以有考虑动态加载,动态加载时页面调用ext.js(4.0.7在调试时可考虑用ext-dev.js),然后在onReady之前调用

'/ByInvoice/extjs/src');
Ext.Loader.setConfig({ enabled: true });  

相关文章:

  • 2022-02-23
  • 2022-12-23
  • 2021-04-02
  • 2022-12-23
  • 2022-12-23
  • 2021-05-30
  • 2021-09-16
  • 2021-12-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-16
  • 2021-11-18
  • 2022-02-01
  • 2021-09-03
相关资源
相似解决方案