This is a base class for all plugins.
| oscar. | This is a base class for all plugins. |
| Properties | |
| pluginType | A string to define what the plugin is for. |
| Functions | |
| getIcon Returns the icon | |
| getPluginType | Returns the plugin type |
| setOptions | This method will take a JSON class definition and apply the properties to this object. |
| play | This is the method that is called to run the plugin. |
Returns the plugin type
getPluginType : function()
This method will take a JSON class definition and apply the properties to this object.
setOptions : function( options )
This is the method that is called to run the plugin.
play : function()