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

public class CmsTinyMCEWidget extends org.opencms.widgets.A_CmsHtmlWidget
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

    Fields
    Modifier and Type
    Field
    Description
    static 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

    Constructors
    Constructor
    Description
    Creates a new TinyMCE widget.
    CmsTinyMCEWidget(String configuration)
    Creates a new TinyMCE widget with the given configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    getDialogIncludes(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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • CmsTinyMCEWidget

      Creates a new TinyMCE widget.

    • CmsTinyMCEWidget

      public CmsTinyMCEWidget(String configuration)
      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 interface org.opencms.widgets.I_CmsWidget
      Overrides:
      getDialogIncludes in class org.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

      public org.opencms.widgets.I_CmsWidget newInstance()
      See Also:
      • I_CmsWidget.newInstance()