随笔分类 - 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...
阅读全文
摘要:This is a static class containing the system-supplied data types which may be given to aField.Types是一个静态类,包含将用在Field的,系统提供的数据类型。The properties in this...
阅读全文
摘要: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...
阅读全文
摘要:The Store class encapsulates a client side cache ofModelobjects. Stores load data via aProxy, and also provide functions forsorting,filteringand query...
阅读全文
摘要: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...
阅读全文
摘要: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...
阅读全文
摘要:TheTree PanelComponent is one of the most versatile Components in Ext JS and is an excellent tool for displaying heirarchical data in an application. ...
阅读全文
摘要:AForm Panelis nothing more than a basicPanelwith form handling abilities added. Form Panels can be used throughout an Ext application wherever there i...
阅读全文
摘要: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 ...
阅读全文