Package org.opencms.editors.tinymce
Class CmsTinyMCEWidget
java.lang.Object
org.opencms.widgets.A_CmsWidget
org.opencms.widgets.A_CmsHtmlWidget
org.opencms.editors.tinymce.CmsTinyMCEWidget
- All Implemented Interfaces:
org.opencms.widgets.I_CmsWidget
The TinyMCE implementation of the HTML widget.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opencms.widgets.A_CmsWidget
org.opencms.widgets.A_CmsWidget.CmsDummyWidgetDialog
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Path of the base content CSS.static final String
Request parameter name for the tool bar configuration parameter.Fields inherited from class org.opencms.widgets.A_CmsWidget
HELP_POSTFIX, LABEL_PREFIX
-
Constructor Summary
ConstructorDescriptionCreates a new TinyMCE widget.CmsTinyMCEWidget
(String configuration) Creates a new TinyMCE widget with the given configuration. -
Method Summary
Modifier and TypeMethodDescriptiongetDialogIncludes
(org.opencms.file.CmsObject cms, org.opencms.widgets.I_CmsWidgetDialog widgetDialog) getDialogWidget
(org.opencms.file.CmsObject cms, org.opencms.widgets.I_CmsWidgetDialog widgetDialog, org.opencms.widgets.I_CmsWidgetParameter param) org.opencms.widgets.I_CmsWidget
Methods inherited from class org.opencms.widgets.A_CmsHtmlWidget
getConfiguration, parseWidgetOptions, setConfiguration, setEditorValue
Methods inherited from class org.opencms.widgets.A_CmsWidget
equals, getDialogHtmlEnd, getDialogInitCall, getDialogInitMethod, getHelpBubble, getHelpKey, getHelpText, getJsHelpMouseHandler, getJSIncludeFile, getLabelKey, getWidgetStringValue, hashCode, isCompactViewEnabled
-
Field Details
-
BASE_CONTENT_CSS
Path of the base content CSS.- See Also:
-
PARAM_CONFIGURATION
Request parameter name for the tool bar configuration parameter.- See Also:
-
-
Constructor Details
-
CmsTinyMCEWidget
public CmsTinyMCEWidget()Creates a new TinyMCE widget. -
CmsTinyMCEWidget
Creates a new TinyMCE widget with the given configuration.- Parameters:
configuration
- the configuration to use
-
-
Method Details
-
getDialogIncludes
public String getDialogIncludes(org.opencms.file.CmsObject cms, org.opencms.widgets.I_CmsWidgetDialog widgetDialog) - Specified by:
getDialogIncludes
in interfaceorg.opencms.widgets.I_CmsWidget
- Overrides:
getDialogIncludes
in classorg.opencms.widgets.A_CmsWidget
- See Also:
-
I_CmsWidget.getDialogIncludes(org.opencms.file.CmsObject, org.opencms.widgets.I_CmsWidgetDialog)
-
getDialogWidget
public String getDialogWidget(org.opencms.file.CmsObject cms, org.opencms.widgets.I_CmsWidgetDialog widgetDialog, org.opencms.widgets.I_CmsWidgetParameter param) - See Also:
-
I_CmsWidget.getDialogWidget(org.opencms.file.CmsObject, org.opencms.widgets.I_CmsWidgetDialog, org.opencms.widgets.I_CmsWidgetParameter)
-
newInstance
- See Also:
-
I_CmsWidget.newInstance()
-