- 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.
- Mastering JavaScript Functional Programming
- JavaScript百煉成仙
- 自制編譯器
- 測試驅動開發:入門、實戰與進階
- Microsoft Application Virtualization Cookbook
- Visual Basic編程:從基礎到實踐(第2版)
- JMeter 性能測試實戰(第2版)
- Linux操作系統基礎案例教程
- INSTANT Yii 1.1 Application Development Starter
- Building Wireless Sensor Networks Using Arduino
- 寫給程序員的Python教程
- Xcode 6 Essentials
- 零基礎學HTML+CSS第2版
- Go語言從入門到精通
- 軟件工程與UML案例解析(第三版)