2016年1月19日

Set up eclipse for Ext js and spket IDE plugin

摘要: DescriptionSimply use Eclipse menu ... help->"Install New Software". You paste in the update sitehttp://www.agpad.com/update/then select Spket IDE whe... 阅读全文

posted @ 2016-01-19 22:14 梅山民 阅读(166) 评论(0) 推荐(0) 编辑

ExtJS Alias, xtype and widget

摘要: DescriptionWhat is exactly the relationship between these three different concepts? I know that if you alias a class bywidget.nameyou can later use it... 阅读全文

posted @ 2016-01-19 22:10 梅山民 阅读(920) 评论(0) 推荐(0) 编辑

ExtJS stores - load JSON only once

摘要: Description目的是不要每次都加载 json文件,从而加快运行速度。CodeYou could configure your stores with a memory proxy:store: { model: 'Forum.model.Post', proxy:{ ... 阅读全文

posted @ 2016-01-19 22:01 梅山民 阅读(224) 评论(0) 推荐(0) 编辑

ExtJS timeout

摘要: DescriptionExtJS timeoutExample 1 this.panelWin = new Ext.Window({ 2 border: false, 3 resizable: false, 4 ... 阅读全文

posted @ 2016-01-19 21:55 梅山民 阅读(719) 评论(0) 推荐(0) 编辑

ExtJS Defer

摘要: DescriptionExtJS 推迟方法。Example1 Ext.defer(MyApp.destroyWindow, /* function to call */2 5000, /* timeout in milliseconds */,3 MyApp,... 阅读全文

posted @ 2016-01-19 21:47 梅山民 阅读(1130) 评论(0) 推荐(0) 编辑

导航