public class HTMLEditorControllerWithoutFile extends FormBasicController
Use the WYSIWYGFactory to create an instance
Initial Date: 28.05.2009
LAYOUT_CUSTOM, LAYOUT_DEFAULT, LAYOUT_HORIZONTAL, LAYOUT_VERTICAL| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getHTMLContent()
returns actual value of textarea
|
RichTextConfiguration |
getRichTextConfiguration()
Get the rich text config object.
|
void |
setCancelButtonEnabled(boolean buttonEnabled)
Optional configuration option to display the cancel button below the HTML editor form.
|
void |
setSaveButtonEnabled(boolean buttonEnabled)
Optional configuration option to display the save button below the HTML editor form.
|
dispose, setFormInfoaddControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toStringpublic void setSaveButtonEnabled(boolean buttonEnabled)
buttonEnabled - true: show save button; false: hide save buttonpublic void setCancelButtonEnabled(boolean buttonEnabled)
buttonEnabled - true: show cancel button; false: hide cancel buttonpublic java.lang.String getHTMLContent()
public RichTextConfiguration getRichTextConfiguration()