Hello! Iam new to the world of the fckeditor and have problem that I really need solved in order to use it. I am creating a site where users can enter information into the editor and this information will then be saved to the database. My problem is that I want all user to enter information into the editor but restrict the amount of information that they can enter eg. to the size of an A4 page. I have tryed changing the code but nothing works.Its driving me mad,really need it to work. PLEASE HELP, EVEN IF ITS JUST A SUGGESTION!
Mon, 02/25/2008 - 17:48
#1

Re: Please help
In the various Ajax libraries there are textarea countdown controls which count the characters entered (JS event handler onKeyUp is usually interrupted).
HTH