I am trying to develop a custom control for Umbraco that would allow us to dynamically set the length of text allowed in TinyMCE. I have already implemented something similar for a normal text box but I am stuck on how to implement it with the RTE. I found no .dll that I could reference and although there is a little bit of code on their site; it is only concerned with the javascript.
Char limiter for TinyMCE
I am trying to develop a custom control for Umbraco that would allow us to dynamically set the length of text allowed in TinyMCE. I have already implemented something similar for a normal text box but I am stuck on how to implement it with the RTE. I found no .dll that I could reference and although there is a little bit of code on their site; it is only concerned with the javascript.
Any ideas on where to start would be great.
There has been a Twitter conversation about this: https://twitter.com/j_breuer/statuses/260685162805858304
Here is a package which also extended the TinyMCE editor and the source is available on the Source Code tab. Hope it helps :-). http://our.umbraco.org/projects/backoffice-extensions/digibiz-email-form-with-tinymce
Jeroen
Definitely helps =D Thank you very much!
is working on a reply...