Max char limit for textarea does not show when WYSIWYG Editor is selected in fabrik

Correct. We should probably say that in the tooltip for the max length setting. It only shows in non-WYSIWYG.

-- hugh
 
The reason being that once you enable WYSIWYG, the editor then takes control of the input, it's no longer going in to the 'textarea' form input we have control over, and every WYSIWYG editor extension has a different way of doing it (usually involving hiding the textarea and rendering their own DOM structure, and only copying the text from their DOM to the form's textarea when the user blurs out of it, or when the form is submitted), so it's almost impossible for us to provide a way of doing it.

-- hugh
 
Thank you for your explanation. From what you say, the limiting feature should belong, in fact, to the editor itself.

I, finally use JCE. But it does not look like that it has such a feature (just counting and showing words).
Other editors neither.
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top