Hi members,
I'm facing an issue of max length while using the input field widget with ckEditor .
In spite of setting the value of max length property it doesn't restrict type in the field after reaching max length but its only storing the texts within the max length in the database and truncating rest of the texts,
so, I just want to restrict typing after the max limit and please suggest any ways to resolve the issue.
Please go through the screenshots for better understanding.
Hello,
This is previously been asked and Solution was provided, you can check the below link for the solution.
ThanksTousif Khan
Hi Tousif,
Thanks for the solution, however I'm looking for more advance solution .
Please see the requirements below,
1. Set the length of CKEditor.
2. Length should be set at compile time.
3. Value of the length should be captured from entity attribute's length property.
4. This complete solution should work at compile time only.
@Daniël Kuhlmann @João Marques Hi MVPs appreciate your help.