- 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.
- Python機器學習:數據分析與評分卡建模(微課版)
- Learning PostgreSQL
- Learning Docker
- JavaScript語言精髓與編程實踐(第3版)
- Python爬蟲開發與項目實戰
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- Responsive Web Design by Example
- 大學計算機基礎實驗指導
- C語言程序設計教程
- Access 2010數據庫應用技術(第2版)
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- Hands-On Nuxt.js Web Development
- JBoss:Developer's Guide
- 代碼閱讀
- jQuery for Designers Beginner's Guide Second Edition