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.AbstractPluginAbstractPlugin.init(RichTextArea, Config)public void destroy()
destroy in interface Plugindestroy in class org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractPluginAbstractPlugin.destroy()public boolean onBeforeCommand(CommandManager sender, Command command, String param)
onBeforeCommand in interface CommandListenerCommandListener.onBeforeCommand(CommandManager, Command, String)public void onCommand(CommandManager sender, Command command, String param)
onCommand in interface CommandListenerCommandListener.onCommand(CommandManager, Command, String)public void onInnerHTMLChange(Element element)
onInnerHTMLChange in interface InnerHTMLListenerInnerHTMLListener.onInnerHTMLChange(org.xwiki.gwt.dom.client.Element)Copyright © 2004–2015 XWiki. All rights reserved.