- Learning Ext JS(Fourth Edition)
- Carlos A. Méndez Crysfel Villa Armando Gonzalez
- 203字
- 2021-07-16 13:20:29
Chapter 2. The Core Concepts
In this chapter, you're going to learn about the class system, which was first introduced in Ext JS version 4. You are also going to learn how to load classes dynamically and how to interact with the Document Object Model (DOM) to modify the structure of the DOM tree for our convenience.
You should know that JavaScript is classless (prototype-oriented); however, we can emulate it using the prototype
object and other techniques. One of the major features of Ext JS is that since version 4, all the code in the framework was developed with a class-based structure. Along with naming conventions, it's easy to learn and understand, and keep the code organized, structured, and easy to maintain.
Knowing and understanding the concept of the Object-Oriented Programming System (OOPS) is very important. This book may not be a focused guide on the concept of OOPS, but you are going to learn how we can use and implement this concept in Ext JS.
The following are the main topics in this chapter, which you need to understand well before moving on to other parts of the library:
- The class system
- Loading classes on demand
- Working with the DOM
- UI圖標創意設計
- Computer Vision for the Web
- Python從菜鳥到高手(第2版)
- Learning SQLite for iOS
- Python 3網絡爬蟲實戰
- Easy Web Development with WaveMaker
- Windows Forensics Cookbook
- Learning Apache Mahout Classification
- JavaCAPS基礎、應用與案例
- Mastering Backbone.js
- JavaScript悟道
- 軟件工程與UML案例解析(第三版)
- 現代CPU性能分析與優化
- Drupal 8 Development Cookbook(Second Edition)
- HTML5 Canvas核心技術:圖形、動畫與游戲開發