Opened 13 years ago
Closed 13 years ago
#8624 closed Task (invalid)
Maximum characters and maximum line limit for CKEditor
Reported by: | Pavan | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Hi,
I am using CKEditor i want to set a character limit and number limit for the text area. If any one of the limit reached the user should be blocked.
For this i need to set max limit for CKEditor.
Please Help.
Regards, Pavan.
Change History (1)
comment:1 Changed 13 years ago by
Keywords: | Character limit and Line limit removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 3.6.2 |
First of all if you are seeking help please use one of our forums (http://cksource.com/forums/index.php) and not bug tracker!!!
Second - To make it you will have to combine pure JavaScript method of character limiter and some CKEditor methods:
Here are the links that might help:
And a code that might be used as a jump start (it can be used as in page, config.js or inside a plugin)