- Ext JS 4 Plugin and Extension Development
- Abdullah Al Mohammad
- 175字
- 2021-08-06 16:56:34
What is an extension?
An Ext JS extension is a derived class or a subclass of an existing Ext JS class, which is designed to allow the inclusion of additional features. An Ext JS extension is mostly used to add custom functionalities or modify the behavior of an existing Ext JS class. An Ext JS extension can be as basic as the preconfigured Ext JS classes, which basically supply a set of default values to an existing class configuration. This type of extension is really helpful in situations where the required functionality is repeated at several places. Let us assume we have an application where several Ext JS windows have the same help button at the bottom bar. So we can create an extension of the Ext JS window, where we can add this help button and can use this extension window without providing the repeated code for the button. The advantage is that we can easily maintain the code for the help button in one place and can get the change in all places.
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Processing互動編程藝術
- R的極客理想:工具篇
- 大學計算機基礎(第2版)(微課版)
- 概率成形編碼調制技術理論及應用
- Nginx Lua開發實戰
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Natural Language Processing with Java and LingPipe Cookbook
- Clojure for Machine Learning
- Android智能手機APP界面設計實戰教程
- C語言程序設計實驗指導與習題精解
- Practical Time Series Analysis
- HTML5+CSS3+JavaScript案例實戰
- Java語言GUI程序設計
- 代碼整潔之道:程序員的職業素養