(Created page with '== Addons (API V3) == Plasmoids may also have plugins of their own, also written in Javascript, and which are shipped separately to the Plasmoid. These are referred to as "Addons...') |
(→Addons (API V3)) |
||
| Line 1: | Line 1: | ||
== Addons (API V3) == | == Addons (API V3) == | ||
| − | Plasmoids may also have plugins of their own, also written in Javascript, and which are shipped separately to the Plasmoid. These are referred to as "Addons" and are packaged similarly to a Plasmoid. For more information on creating Javascript Addons, visit the [[/JavascriptAddons|Javascript Addons tutorial]]. | + | Plasmoids may also have plugins of their own, also written in Javascript, and which are shipped separately to the Plasmoid. These are referred to as "Addons" and are packaged similarly to a Plasmoid. For more information on creating Javascript Addons, visit the [[.Development/Plasma/JavascriptAddons|Javascript Addons tutorial]]. |
It is possible to list, load and be notified of new Addons having been installed for your Plasmoid. | It is possible to list, load and be notified of new Addons having been installed for your Plasmoid. | ||
Plasmoids may also have plugins of their own, also written in Javascript, and which are shipped separately to the Plasmoid. These are referred to as "Addons" and are packaged similarly to a Plasmoid. For more information on creating Javascript Addons, visit the Javascript Addons tutorial.
It is possible to list, load and be notified of new Addons having been installed for your Plasmoid.
The following are the Addon events which are recognized by the Plasmoid along with the type of event objects (if any) that are passed to registered event listeners that are registered with addEventListener:
The AddonInformation object contains the following read-only properties: