| Package | Description |
|---|---|
| org.xwiki.gwt.dom.client |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.addInnerHTMLListener(InnerHTMLListener listener)
Registers a new listener for changes to
innerHTML property of element within this document. |
void |
Document.removeInnerHTMLListener(InnerHTMLListener listener)
Stop sending notifications to the given listener when the
innerHTML property, of some element
included in this document, changes. |
Copyright © 2004–2015 XWiki. All rights reserved.