- Ext JS 4 Plugin and Extension Development
- Abdullah Al Mohammad
- 149字
- 2021-08-06 16:56:34
What is a plugin?
An Ext JS plugin is a class that is used to provide additional functionalities to an existing component. Plugins must implement a method named init
, which is called by the component and is passed as the parameter at the initialization time, at the beginning of the component's lifecycle. The destroy
method is invoked by the owning component of the plugin, at the time of the component's destruction. We don't need to instantiate a plugin class. Plugins are inserted in to a component using the plugin's configuration option for that component.
Plugins are used not only by components to which they are attached, but also by all the subclasses derived from that component. We can also use multiple plugins in a single component, but we need to be aware that using multiple plugins in a single component should not let the plugins conflict with each other.
- PHP動態網站程序設計
- Raspberry Pi Networking Cookbook(Second Edition)
- Raspberry Pi for Secret Agents(Third Edition)
- ADI DSP應用技術集錦
- Mastering JavaScript High Performance
- Learning AngularJS for .NET Developers
- 區塊鏈技術進階與實戰(第2版)
- Django 3.0應用開發詳解
- 遠方:兩位持續創業者的點滴思考
- Mastering HTML5 Forms
- Python一行流:像專家一樣寫代碼
- Java自然語言處理(原書第2版)
- Java程序設計入門(第2版)
- 讓Python遇上Office:從編程入門到自動化辦公實踐
- Thymeleaf 3完全手冊