|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.core.gui.components.form.flexible.impl.FormBasicController
org.olat.core.commons.editor.htmleditor.HTMLEditorControllerWithoutFile
public class HTMLEditorControllerWithoutFile
Description:
special case of HTMLEditorController without file
this handles html content directly
Use the WYSIWYGFactory to create an instance
Initial Date: 28.05.2009
| Field Summary |
|---|
| Fields inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController |
|---|
LAYOUT_CUSTOM, LAYOUT_DEFAULT, LAYOUT_HORIZONTAL, LAYOUT_VERTICAL |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController |
|---|
dispose, event |
| Methods inherited from class org.olat.core.gui.control.DefaultController |
|---|
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||