- 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.
- 大學(xué)計(jì)算機(jī)基礎(chǔ)(第二版)
- AngularJS入門與進(jìn)階
- SoapUI Cookbook
- Java高手真經(jīng)(高級編程卷):Java Web高級開發(fā)技術(shù)
- 實(shí)用防銹油配方與制備200例
- Android 9 Development Cookbook(Third Edition)
- Learning Informatica PowerCenter 10.x(Second Edition)
- 21天學(xué)通C++(第6版)
- Python Data Analysis(Second Edition)
- 軟件體系結(jié)構(gòu)
- 深入理解BootLoader
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Python GUI Programming Cookbook(Second Edition)
- 實(shí)戰(zhàn)圖解MACD波段交易技術(shù)
- The Ruby Workshop