- 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.
- 手機安全和可信應用開發(fā)指南:TrustZone與OP-TEE技術(shù)詳解
- PHP 7底層設計與源碼實現(xiàn)
- Vue.js快跑:構(gòu)建觸手可及的高性能Web應用
- OpenCV for Secret Agents
- AngularJS深度剖析與最佳實踐
- SEO智慧
- Learn React with TypeScript 3
- Extreme C
- Visual C#.NET Web應用程序設計
- UML軟件建模
- ASP.NET開發(fā)寶典
- CryENGINE Game Programming with C++,C#,and Lua
- Neo4j權(quán)威指南 (圖數(shù)據(jù)庫技術(shù)叢書)
- C/C++語言程序開發(fā)參考手冊
- 威脅建模:設計和交付更安全的軟件