Ext JS plugins in the web UI framework
When you create a component using the Ext JS JavaScript framework, your config options can include plugins, which provide custom functionality for a component. Plugins are often used to change the look and feel of a screen. For example, you could add a plugin to change the color of a page title to red.
Before using the plugin, it must be registered in an application. Plugins are registered for specific types of components.