| Package | Description |
|---|---|
| org.xwiki.gwt.dom.client |
| Modifier and Type | Method and Description |
|---|---|
static Document |
IFrameElement.getContentDocument(IFrameElement iframe)
This is a utility method for accessing the content document of an in-line frame in a static way.
|
Document |
Window.getDocument() |
| Modifier and Type | Method and Description |
|---|---|
Range |
RangeFactory.createRange(Document doc) |
Selection |
SelectionManager.getSelection(Document doc) |
com.google.gwt.dom.client.Node |
DOMUtils.importNode(Document doc,
com.google.gwt.dom.client.Node externalNode,
boolean deep)
Creates a copy of a node from an external document that can be inserted into the given document.
|
boolean |
DOMUtils.isDesignMode(Document document) |
void |
DOMUtils.setDesignMode(Document document,
boolean designMode)
Puts the given document in design mode or in view-only mode.
|
Copyright © 2004–2014 XWiki. All rights reserved.