- 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.
- The Complete Rust Programming Reference Guide
- HoloLens Beginner's Guide
- Mastering Spring MVC 4
- 基于免疫進化的算法及應用研究
- UML+OOPC嵌入式C語言開發(fā)精講
- 精通Scrapy網絡爬蟲
- Python數(shù)據(jù)分析從0到1
- 表哥的Access入門:以Excel視角快速學習數(shù)據(jù)庫開發(fā)(第2版)
- Learning ArcGIS for Desktop
- Visual Basic程序設計實踐教程
- PLC應用技術(三菱FX2N系列)
- PHP編程基礎與實例教程
- Developing SSRS Reports for Dynamics AX
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- Django 3.0入門與實踐