Making default RichText resizable | Community
Skip to main content
varung44569684
New Participant
April 6, 2016
Solved

Making default RichText resizable

  • April 6, 2016
  • 1 reply
  • 1604 views

Hi Team ,

Is there any option to make richtext component (CQ.form.RichText) as resizable  . I am using that inside a scaffolding page.

Any input on this is greatly appreciated.

Thanks,

Varun

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

Hi

Please have a look at this community articles:

Link:- http://aempodcast.com/2015/rich-text-editor/rich-text-editor-dialog-height-resize-aem/#.VwYGWFLZB9I

//Rich Text Editor Dialog Height Resize for AEM

 

Link:- https://docs.adobe.com/docs/en/cq/5-6-1/administering/configuring_rich_text_editor.html#Height%20%28of%20editable%20space%29

You can define the height of the editable space shown within the component dialog:

  • On the ../items/text node in the dialog definition for the component, create a new property:

    • Name  height
    • Type Long
    • Value the height of the edit canvas in pixels

    Note

    This does not change the height of the dialog window.

  • Save the changes.

     

    I hope this would be of some help.

    Thanks and Regards

    Kautuk Sahni

    1 reply

    kautuk_sahni
    kautuk_sahniAccepted solution
    Employee
    April 7, 2016

    Hi

    Please have a look at this community articles:

    Link:- http://aempodcast.com/2015/rich-text-editor/rich-text-editor-dialog-height-resize-aem/#.VwYGWFLZB9I

    //Rich Text Editor Dialog Height Resize for AEM

     

    Link:- https://docs.adobe.com/docs/en/cq/5-6-1/administering/configuring_rich_text_editor.html#Height%20%28of%20editable%20space%29

    You can define the height of the editable space shown within the component dialog:

    • On the ../items/text node in the dialog definition for the component, create a new property:

      • Name  height
      • Type Long
      • Value the height of the edit canvas in pixels

      Note

      This does not change the height of the dialog window.

    • Save the changes.

       

      I hope this would be of some help.

      Thanks and Regards

      Kautuk Sahni

      Kautuk Sahni
      New Participant
      December 30, 2022

      I followed the instructions to alter the height of the editable space:

       

      https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/configure-rich-text-editor-plug-ins.html?lang=en#editable-space

       

      Are these instructions still accurate? I do not see my changes.

      In the text node I added a property

      • Name height
      • Type Long
      • Value the height of the edit canvas in pixels