随笔分类 -  ExtJS

摘要:Fields are used to define what a Model is. They aren't instantiated directly - instead, when we create a class that extendsExt.data.Model, it will aut... 阅读全文
posted @ 2015-02-12 11:54 jim.cheng 阅读(222) 评论(0) 推荐(0) 编辑
摘要:This is a static class containing the system-supplied data types which may be given to aField.Types是一个静态类,包含将用在Field的,系统提供的数据类型。The properties in this... 阅读全文
posted @ 2015-02-10 16:12 jim.cheng 阅读(444) 评论(0) 推荐(0) 编辑
摘要:Readers are used to interpret data to be loaded into aModelinstance or aStore- often in response to an AJAX request. In general there is usually no ne... 阅读全文
posted @ 2015-02-10 14:17 jim.cheng 阅读(164) 评论(0) 推荐(0) 编辑
摘要:The Store class encapsulates a client side cache ofModelobjects. Stores load data via aProxy, and also provide functions forsorting,filteringand query... 阅读全文
posted @ 2015-02-10 13:55 jim.cheng 阅读(295) 评论(0) 推荐(0) 编辑
摘要:A Model represents some object that your application manages. For example, one might define a Model for Users, Products, Cars, or any other real-world... 阅读全文
posted @ 2015-02-10 10:24 jim.cheng 阅读(787) 评论(0) 推荐(0) 编辑
摘要:Ext.Loaderis the heart of the new dynamic dependency loading capability in Ext JS 4+. It is most commonly used via theExt.requireshorthand.Ext.Loaders... 阅读全文
posted @ 2015-02-10 09:27 jim.cheng 阅读(663) 评论(0) 推荐(0) 编辑
摘要:TheTree PanelComponent is one of the most versatile Components in Ext JS and is an excellent tool for displaying heirarchical data in an application. ... 阅读全文
posted @ 2015-02-04 23:58 jim.cheng 阅读(381) 评论(0) 推荐(0) 编辑
摘要:AForm Panelis nothing more than a basicPanelwith form handling abilities added. Form Panels can be used throughout an Ext application wherever there i... 阅读全文
posted @ 2015-02-04 23:31 jim.cheng 阅读(290) 评论(0) 推荐(0) 编辑
摘要:The layout system is one of the most powerful parts of Ext JS. It handles the sizing and positioning of everyComponentin your application. This guide ... 阅读全文
posted @ 2015-02-04 09:42 jim.cheng 阅读(680) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示