- 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.
- Mobile Web Performance Optimization
- AngularJS Testing Cookbook
- Python for Secret Agents:Volume II
- Android 7編程入門經(jīng)典:使用Android Studio 2(第4版)
- 精通Python自然語言處理
- C語言程序設(shè)計學(xué)習(xí)指導(dǎo)與習(xí)題解答
- 碼上行動:用ChatGPT學(xué)會Python編程
- Symfony2 Essentials
- UML 基礎(chǔ)與 Rose 建模案例(第3版)
- 區(qū)塊鏈技術(shù)進階與實戰(zhàn)(第2版)
- 并行編程方法與優(yōu)化實踐
- OpenCV Android開發(fā)實戰(zhàn)
- Java Web動態(tài)網(wǎng)站開發(fā)(第2版·微課版)
- C#程序開發(fā)參考手冊
- Node.js Web Development