Maxlength custom validator for Richtext using Granite UI Jquery |
AEMaaCs by Nikhil Kumar Overview As we all know that when it comes to
apply the maxlegth property to a richtext field in AEM, it doesn’t
actually works. Because RTE in dialog uses the concept of validation
from the Form Validation in Granite UI. And, since, Inline-editing does
not behave as a form, it can’t use that validation concept.So we will
make use of Granite UI api to create our custom validator which will
help us to add va...