- Learning Ext JS(Fourth Edition)
- Carlos A. Méndez Crysfel Villa Armando Gonzalez
- 133字
- 2021-07-16 13:20:33
Summary
In this chapter, you learned about the component's lifecycle. We don't need to remember every step that is executed in each phase, but we should know the methods that we can override in our subclasses, so that we can add specific functionality in one of the three phases. When creating our custom components, it's very important to remember that we need to destroy all our references and internal components that we have created. This way, we'll free memory.
You also learned about the basic containers and most common used layouts, and how to add other components to a container and arrange them according to our needs.
In the next chapter, we're going to talk about the data package. You'll learn about the models, stores, and associations, and so many more exciting things.
- UI圖標創意設計
- Mastering Ext JS(Second Edition)
- Designing Machine Learning Systems with Python
- 案例式C語言程序設計
- Azure IoT Development Cookbook
- 深入實踐Spring Boot
- Mastering Articulate Storyline
- 算法精粹:經典計算機科學問題的Python實現
- Visual C++數字圖像處理技術詳解
- PhoneGap Mobile Application Development Cookbook
- HTML5從入門到精通(第4版)
- Python Essentials
- ExtJS Web應用程序開發指南第2版
- 硬件產品設計與開發:從原型到交付
- C++程序設計教程