Namespace | tinymce |
Class | AddOnManager |
Method | Defined By |
---|---|
Adds a instance of the add-on by it's short name.
|
AddOnManager |
Returns the specified add on by the short name.
|
AddOnManager |
load(n:String, u:String, cb:function, s:Object):void
Loads an add-on from a specific url.
|
AddOnManager |
requireLangPack(n:String):void
Loads a language pack for the specified add-on.
|
AddOnManager |
Event | Defined By |
---|---|
onAdd()
Fires when a item is added.
|
AddOnManager |
public
function add(id:String, o:Theme/Plugin):Theme/Plugin
id:String | Short name/id for the add-on. |
o:Theme/Plugin | Theme or plugin to add. |
public
function get(n:String):Theme/Plugin
n:String | Add-on to look for. |
public
function load(n:String, u:String, cb:function, s:Object):void
n:String | Short name of the add-on that gets loaded. |
u:String | URL to the add-on that will get loaded. |
cb:function | Optional callback to execute ones the add-on is loaded. |
s:Object | Optional scope to execute the callback in. |
public
function requireLangPack(n:String):void
n:String | Short name of the add-on. |
public
event onAdd()