Expandir la barra de logros de la comunidad.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.

RESUELTAS

Can we resize RichTextEditor in AEM-6.4.

Avatar

Level 2

I want to resize my RichTextEditor property in my component , can this be limited to a 10 lines max?

 

Component code :

@DialogField(
        name = "name",
      fieldLabel = "fieldLabel ")
@RichTextEditor
private final String propertyName;

 

RichTextEditor.png

 Thanks in Advance.

 

 

 

1 solución aceptada

Avatar

Respuesta correcta de
Level 5

https://helpx.adobe.com/experience-manager/using/creating-touchui-validate.html

 

You can create a custom validation to check if the content in textarea is less then 10 lines. If you are interested only to resize the textarea you can add a custom class using granite:class and add the required css rule for the height.

Ver la solución en mensaje original publicado

1 Respuesta

Avatar

Respuesta correcta de
Level 5

https://helpx.adobe.com/experience-manager/using/creating-touchui-validate.html

 

You can create a custom validation to check if the content in textarea is less then 10 lines. If you are interested only to resize the textarea you can add a custom class using granite:class and add the required css rule for the height.