- Learning Ext JS(Fourth Edition)
- Carlos A. Méndez Crysfel Villa Armando Gonzalez
- 134字
- 2021-07-16 13:20:31
Summary
When using Ext JS, we need to change our mind and see everything as an object or class. We need to think carefully how we're going to organize the classes, as this will help us in the future chapters. Also you learned how to work with OOP with the class system in Ext JS.
You also learned about the loader system to import our classes dynamically, managing dependencies for us, and only loading what we need. At the end of this chapter, you learned about the DOM and how to perform a search in order to manipulate the nodes easily.
In the next chapter, you'll learn about the layout system, a powerful way to create and manage our layouts. Using and combining several types of layouts will help us to create unique interfaces.
推薦閱讀
- Vue 3移動Web開發與性能調優實戰
- 新編Visual Basic程序設計上機實驗教程
- HornetQ Messaging Developer’s Guide
- Delphi程序設計基礎:教程、實驗、習題
- Learning ASP.NET Core 2.0
- C程序設計案例教程
- Java程序員面試筆試寶典(第2版)
- Visual Basic程序設計習題與上機實踐
- Domain-Driven Design in PHP
- .NET 4.5 Parallel Extensions Cookbook
- BeagleBone Robotic Projects(Second Edition)
- Instant Zurb Foundation 4
- Mastering Elixir
- Python應用與實戰
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x