Unanswered: When should I use a feature and when a plugin?
Unanswered: When should I use a feature and when a plugin?
I am creating an extension I want to use in several grids (a paste-handler) and I am wondering whether to make a plugin or a feature. What's the difference?
A feature is a type of plugin that is specific to the Ext.grid.Panel. It provides several hooks that allows the developer to inject additional functionality at certain points throughout the grid creation cycle. This class provides the base template methods that are available to the developer, it should be extended.