简体   繁体   中英

Ext JS 3 to Ext JS 4 migration issue

我想将基于Ext JS 3的代码迁移到Ext JS4。Ext JS 3中有类Ext.Updater,在Ext JS 4中找不到此类功能。也许有人可以帮助我吗?

Actually a successful migration is never promised by officially. But if you still want to migrate, you can follow this guide .

EXT 4.x has Ext.ElementLoader which has similar capabilities to update the element using ajax calls. Take a look at it.

http://dev.sencha.com/deploy/ext-4.1.0-gpl/docs/index.html#!/api/Ext.ElementLoader

Hope this is what you were looking for.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM