| Package | Description |
|---|---|
| org.xwiki.gwt.user.client | |
| org.xwiki.gwt.user.client.ui.rta |
| Constructor and Description |
|---|
RichTextAreaCommand(RichTextArea rta,
Command command)
Creates a new GWT command that executes the specified rich text area command.
|
RichTextAreaCommand(RichTextArea rta,
Command command,
String parameter)
Creates a new GWT command that executes the specified rich text area command.
|
RichTextAreaCommand(RichTextArea rta,
Command command,
String parameter,
boolean focus)
Creates a new GWT command that executes the specified rich text area command.
|
| Constructor and Description |
|---|
Reloader(RichTextArea rta)
Creates a new reloader for the specified rich text area.
|
Reloader(RichTextArea rta,
String url)
Creates a new reloader that makes requests to the specified URL and uses the response to reset the content of the
given rich text area.
|
SelectionPreserver(RichTextArea rta)
Creates a new selection preserver for the specified rich text area.
|
Copyright © 2004–2016 XWiki. All rights reserved.