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
FieldsModifier and TypeFieldDescriptionstatic final StringPath of the base content CSS.static final StringRequest parameter name for the tool bar configuration parameter.Fields inherited from class org.opencms.widgets.A_CmsWidget
HELP_POSTFIX, LABEL_PREFIX -
Constructor Summary
ConstructorsConstructorDescriptionCreates 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_CmsWidgetMethods inherited from class org.opencms.widgets.A_CmsHtmlWidget
getConfiguration, parseWidgetOptions, setConfiguration, setEditorValueMethods 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:
getDialogIncludesin interfaceorg.opencms.widgets.I_CmsWidget- Overrides:
getDialogIncludesin classorg.opencms.widgets.A_CmsWidget- See Also:
-
getDialogWidget
public String getDialogWidget(org.opencms.file.CmsObject cms, org.opencms.widgets.I_CmsWidgetDialog widgetDialog, org.opencms.widgets.I_CmsWidgetParameter param) - See Also:
-
newInstance
- See Also:
-