- 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.
推薦閱讀
- Microsoft Dynamics 365 Extensions Cookbook
- 我的第一本算法書
- Bootstrap 4:Responsive Web Design
- 深入淺出PostgreSQL
- Java EE 7 Performance Tuning and Optimization
- ServiceNow:Building Powerful Workflows
- Vue.js光速入門及企業項目開發實戰
- 計算機應用基礎(第二版)
- 分布式架構原理與實踐
- Learning Kotlin by building Android Applications
- C#程序設計基礎入門教程
- 快樂編程:青少年思維訓練
- Android初級應用開發
- Android開發進階實戰:拓展與提升
- Python實戰指南:手把手教你掌握300個精彩案例