Hello,
I need to stop the user from entering any more than four lines of text into the editor. If they enter more that that, my printed form will be longer than 1 page which I can't have in this special case.
Can someone point me in the right direction? How can I track when a user hits the enter key and places a <br> tag into the iframe?
If there is another way to do this, like stopping the scrolling on the editor, that would be great too.
Thanks for any input,
Bonnie
I need to stop the user from entering any more than four lines of text into the editor. If they enter more that that, my printed form will be longer than 1 page which I can't have in this special case.
Can someone point me in the right direction? How can I track when a user hits the enter key and places a <br> tag into the iframe?
If there is another way to do this, like stopping the scrolling on the editor, that would be great too.
Thanks for any input,
Bonnie
RE: Maximum number of lines
RE: Maximum number of lines
How do I get the plugin to activate? I downloaded the fckplugin.js file to the fckeditor folder and am not sure what to do next...
Thanks a lot,
Bonnie
RE: Maximum number of lines
I found the plugin instructions here:
http://wiki.fckeditor.net/Developer%27s ... n/Plug-ins
The max content length plugin looks like it will help with my situation.
Thanks!