- 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.
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- PHP程序設計(慕課版)
- Visual Basic程序設計教程
- Dependency Injection in .NET Core 2.0
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- 從學徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- Java程序設計入門
- C語言程序設計
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- JavaScript機器人編程指南
- Swift語言實戰晉級
- 超簡單:用Python讓Excel飛起來(實戰150例)
- Learning Image Processing with OpenCV
- Drupal 8 Development:Beginner's Guide(Second Edition)