Hey. I have rules for tinymce "required" and "minlength". The error of "minlength" it only works after clicking a submit button, it is not dinamically appeared as it works for "text" and "number". I would like to be able to show the error until the minimum length is reached. Can this be implemented? And if so, how to do it?
Yes! It works. But the error message is not dinamically change. I 'd like to change the errors from required to minlength as it works for default input type="text"
Not exactly what I need. If you look at an example http://jsfiddle.net/amwmedia/sw87W/ you will see that the messages (for input type="text") are changing from required to minlength characters until the correct symbols will be entered. But in tinymce this feature is not worked. I think this is due to the js code, which is not provided this feature for the textarea. I thought maybe someone knows what changes it is enough to make for realization this feature.