Plugins are injected
The destroy method is invoked by the owning Component at the time the Component is being destroyed. Use this method to clean up an resources.
The init method is invoked after initComponent has been run for the component which we are injecting the plugin into.
Disable the plugin and set the disabled flag to true.
Enable the plugin and set the disabled flag to false.