Class RichTextEditorComponent

java.lang.Object
com.adobe.acs.commons.mcp.form.FieldComponent
com.adobe.acs.commons.mcp.form.RichTextEditorComponent

public class RichTextEditorComponent extends FieldComponent
Provide basic Rich Text editor https://helpx.adobe.com/experience-manager/6-4/sites/administering/using/rich-text-editor.html Note: Right now there are no optiosn to configure the toolbars. You can copy this class and change them as needed.
  • Constructor Details

    • RichTextEditorComponent

      public RichTextEditorComponent()
  • Method Details

    • init

      public void init()
      Specified by:
      init in class FieldComponent
    • buildComponentResource

      public org.apache.sling.api.resource.Resource buildComponentResource()
      Description copied from class: FieldComponent
      If your component needs child nodes then override this method, call the superclass implementation, and then use addChildren to add additional nodes to it.
      Overrides:
      buildComponentResource in class FieldComponent
      Returns: