Expand my Community achievements bar.

SOLVED

Making default RichText resizable

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Administrator

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%28...

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

    View solution in original post

    2 Replies

    Avatar

    Correct answer by
    Administrator

    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%28...

    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

      Avatar

      Level 1

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

       

      https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/configure-ric...

       

      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