随笔分类 -  Extjs

摘要:Ext.define( 'MyApp.controller.MyGroup',{ extend:'Ext.app.Controller', stores:['Persons'], views:['PersonGrid'],...})Ext.define('MyApp.store.Persons',{...})Ext.define('MyApp.view.PersonGrid',{... store:Ext.create('MyApp.store.Persons'),...})用这种方 阅读全文
posted @ 2012-12-19 16:55 YF.G 阅读(442) 评论(0) 推荐(0)
摘要:.Net MVC框架中配置和使用Ext.Direct.MVC 2.2,原网页:http://code.google.com/p/ext-direct-mvc/wiki/ConfiguringAndUsing但是现在访问不了了,现在有更新的版本IntroductionTo start using Ext.Direct.Mvc download the binaries, extract the files from the archive, and add references to Newtonsoft.Json.dll and the right version of Ext.Direct. 阅读全文
posted @ 2011-12-21 00:39 YF.G 阅读(907) 评论(0) 推荐(0)