Can we resize RichTextEditor in AEM-6.4. | Community
Skip to main content
New Participant
May 26, 2020
Solved

Can we resize RichTextEditor in AEM-6.4.

  • May 26, 2020
  • 1 reply
  • 2299 views

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 ")
@400967
private final String propertyName;

 

 Thanks in Advance.

 

 

 

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 raghavc

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.

1 reply

raghavc
raghavcAccepted solution
New Participant
May 26, 2020

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.