|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractPlugin
org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin
org.xwiki.gwt.wysiwyg.client.plugin.line.IELinePlugin
public class IELinePlugin
Internet Explorer specific implementation of the LinePlugin.
| Field Summary |
|---|
| Fields inherited from class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin |
|---|
BR, CLASS_NAME, domUtils, LI, LINE_BREAK, RESET, SPACER, SUBMIT, TD, TH |
| Constructor Summary | |
|---|---|
IELinePlugin()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Notifies the plug-in to release its resources before being unloaded from the WYSIWYG editor. |
void |
init(RichTextArea textArea,
Config config)
Initialize the plug-in. Plug-ins need to know the text area in order to provide only those feature that are supported. |
protected void |
insertEmptyLine(com.google.gwt.dom.client.Node container,
Range caret)
Inserts an empty line before the block containing the caret. If the caret is inside an empty block level container and we insert an empty line before then the caret doesn't remain in its place. |
void |
onInnerHTMLChange(Element element)
|
| Methods inherited from class org.xwiki.gwt.wysiwyg.client.plugin.line.LinePlugin |
|---|
adjustLineBreak, copyLineStyle, handleRepeatableKey, insertLineBreak, isAfterLineBreak, isAtStart, isEmptyLine, isLineBreak, markInitialLineBreaks, markSpacers, needsSpace, onBackspace, onBeforeCommand, onCommand, onEnter, onEnterParagraph, onKeyDown, onKeyPress, onKeyUp, onReset, replaceEmptyLinesWithParagraphs, splitLine, unMarkSpacers |
| Methods inherited from class org.xwiki.gwt.wysiwyg.client.plugin.internal.AbstractPlugin |
|---|
getConfig, getTextArea, getUIExtensionList, getUIExtensions, saveRegistration, saveRegistrations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IELinePlugin()
| Method Detail |
|---|
public void init(RichTextArea textArea,
Config config)
init in interface Plugininit in class LinePlugintextArea - the text area of the editorconfig - the configuration objectLinePlugin.init(RichTextArea, Config)public void destroy()
destroy in interface Plugindestroy in class LinePluginLinePlugin.destroy()
protected void insertEmptyLine(com.google.gwt.dom.client.Node container,
Range caret)
insertEmptyLine in class LinePlugincontainer - a block-level element containing the caretcaret - the place where to insert the empty lineLinePlugin.insertEmptyLine(Node, Range)public void onInnerHTMLChange(Element element)
onInnerHTMLChange in interface InnerHTMLListenerInnerHTMLListener.onInnerHTMLChange(Element)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||