Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: question about maxlenght
question about maxlenght
Last post 05-02-2010, 8:41 PM by
wolf11th
. 2 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
04-30-2010, 12:32 AM
60556
wolf11th
Joined on 11-20-2009
Posts 145
question about maxlenght
Reply
Quote
Hi there,
Is there any way to popup a warning message while editor reaches the max character limit?
does cuteEditor has this function?
04-30-2010, 9:28 AM
60569
in reply to
60556
Eric
Joined on 08-05-2009
Posts 1,269
Re: question about maxlenght
Reply
Quote
You can use javascript to implement this feature, please refer to
http://cutesoft.net/example/JavaScript-API.aspx
Regards,
Eric
05-02-2010, 8:41 PM
60624
in reply to
60569
wolf11th
Joined on 11-20-2009
Posts 145
Re: question about maxlenght
Reply
Quote
thx Eric
I think I need more info about the js API. I don't want to check the word count in OnChange event as it will take too much resource. Is there any other event I can use such as onComplete?