public class LinkExecutableUtils extends Object
CreateLinkExecutable and UnlinkExecutable hierarchies.| Modifier and Type | Field and Description |
|---|---|
static String |
ANCHOR_TAG_NAME
The tag name of the anchor element.
|
| Modifier | Constructor and Description |
|---|---|
protected |
LinkExecutableUtils()
Protected constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.gwt.dom.client.AnchorElement |
getSelectedAnchor(RichTextArea rta)
Returns the currently selected anchor element in the passed
RichTextArea, as the user perceives the
selection. |
public static final String ANCHOR_TAG_NAME
public static com.google.gwt.dom.client.AnchorElement getSelectedAnchor(RichTextArea rta)
RichTextArea, as the user perceives the
selection. The algorithm used is as follows:
rta - the rich text area whose selection to testCopyright © 2004–2014 XWiki. All rights reserved.