Hi all,
Can someone explain in plain terms what the best way to extend an existing plugin is. For example; ExamplePlugin has several methods one being buildData.
How can I use this plugin and add my own functions to it or get it to do extra actions after existing methods.
Would the following work;
Many thanks, GCode:ExamplePlugin.buildData = function(){ this.super.buildData() //do extra stuff }



Reply With Quote


Bookmarks