public class SymbolPlugin extends org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractPlugin implements com.google.gwt.event.dom.client.ClickHandler, com.google.gwt.event.logical.shared.CloseHandler<CompositeDialogBox>
| Constructor and Description |
|---|
SymbolPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
init(RichTextArea textArea,
Config config) |
void |
onClick(com.google.gwt.event.dom.client.ClickEvent event) |
void |
onClose(com.google.gwt.event.logical.shared.CloseEvent<CompositeDialogBox> event) |
void |
onSymbols(boolean show)
Either shows the symbol picker dialog or inserts the chosen symbol depending in the given flag.
|
getConfig, getTextArea, getUIExtensionList, getUIExtensions, saveRegistration, saveRegistrationspublic 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 void onClick(com.google.gwt.event.dom.client.ClickEvent event)
onClick in interface com.google.gwt.event.dom.client.ClickHandlerpublic void onClose(com.google.gwt.event.logical.shared.CloseEvent<CompositeDialogBox> event)
onClose in interface com.google.gwt.event.logical.shared.CloseHandler<CompositeDialogBox>public void onSymbols(boolean show)
show - whether to show the symbol picker or insert the chosen symbol.Copyright © 2004–2016 XWiki. All rights reserved.