public interface Plugin
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor.
|
UIExtension[] |
getUIExtensions() |
void |
init(RichTextArea textArea,
Config config)
Initialize the plug-in.
|
void init(RichTextArea textArea, Config config)
textArea - the text area of the editorconfig - the configuration objectUIExtension[] getUIExtensions()
void destroy()
Copyright © 2004–2015 XWiki. All rights reserved.