- Learning Ext JS(Fourth Edition)
- Carlos A. Méndez Crysfel Villa Armando Gonzalez
- 192字
- 2021-07-16 13:20:34
Summary
In this chapter, we had been working with data; we learned how to create models with fields, mappings, validations, and relationships. We also worked with a collection of models using the store
class, and learned the basics for retrieving data using proxies, JSON readers, and XML readers. In the upcoming chapters, we will learn how to handle more advanced features available in the stores.
It's important to mention that every widget in Ext JS that displays data uses a store and models (Grids, Combos, Data views, and so on) to manage all the data. When we modify a model in our store, the widget will automatically refresh its view. For example, if we have a grid and we want to delete a record, we only need to use the remove
method from the store. By doing this, the grid will automatically update the rows and the deleted rows won't appear anymore.
In the next chapter, we are going to learn about events, and how we can respond to the user interaction. So far, we haven't used events, but they are one of the most important parts of the JavaScript development world.
- Learning Neo4j
- jQuery EasyUI網站開發實戰
- Building Cross-Platform Desktop Applications with Electron
- Java程序設計:原理與范例
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- C程序設計實踐教程
- RabbitMQ Cookbook
- 詳解MATLAB圖形繪制技術
- Nagios Core Administration Cookbook(Second Edition)
- 創意UI:Photoshop玩轉APP設計
- Python函數式編程(第2版)
- Java Web從入門到精通(第2版)
- Kotlin語言實例精解
- 人件集:人性化的軟件開發
- Learning IBM Bluemix