public class EmbedPlugin extends org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractPlugin implements CommandListener, InnerHTMLListener
| Modifier and Type | Field and Description |
|---|---|
static Command |
RESET
The command that notifies us when the content of the rich text area has been reset.
|
| Constructor and Description |
|---|
EmbedPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
init(RichTextArea textArea,
Config config) |
boolean |
onBeforeCommand(CommandManager sender,
Command command,
String param) |
void |
onCommand(CommandManager sender,
Command command,
String param) |
void |
onInnerHTMLChange(Element element) |
getConfig, getTextArea, getUIExtensionList, getUIExtensions, saveRegistration, saveRegistrationspublic static final Command RESET
public void init(RichTextArea textArea, Config config)
init in interface Plugininit in class org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractPluginpublic void destroy()
destroy in interface Plugindestroy in class org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractPluginpublic boolean onBeforeCommand(CommandManager sender, Command command, String param)
onBeforeCommand in interface CommandListenerpublic void onCommand(CommandManager sender, Command command, String param)
onCommand in interface CommandListenerpublic void onInnerHTMLChange(Element element)
onInnerHTMLChange in interface InnerHTMLListenerCopyright © 2004–2017 XWiki. All rights reserved.