In order to preserve the design made for a certain view, I need to limit the number of characters an editor can type.
I know there are some packages that already do this, but I didn't really wanted to install a package if I could "just" extend TinyMCE.
I've been searching for a solution for the past few hours but I've found nothing...
So, big question: Is there any way that I can "inject" a configuration into TinyMCE datatype that allows me to define the max number of chars that datatype gets (the wanted result would be something like a config "char limit" input that would be used in the TinyCME datatype), or am I just dreaming high here?
Thanks for the reply, but what I really wanted is to know if I'm able to extend the current Umbraco RTE. I have a package that I use to use when I need RTE with character limit, the uCKEditor, but If I could just extend the default RTE, I wouldn't have to install yet another package...
TinyMCE with char limit
Hey there Our!
In order to preserve the design made for a certain view, I need to limit the number of characters an editor can type.
I know there are some packages that already do this, but I didn't really wanted to install a package if I could "just" extend TinyMCE.
I've been searching for a solution for the past few hours but I've found nothing...
So, big question: Is there any way that I can "inject" a configuration into TinyMCE datatype that allows me to define the max number of chars that datatype gets (the wanted result would be something like a config "char limit" input that would be used in the TinyCME datatype), or am I just dreaming high here?
Thank you all :)
Hi Pedro
Could this package help you perhaps
https://our.umbraco.org/projects/backoffice-extensions/char-limit-74/
Its a package where you can set a char limit on a text area
Hope this helps,
/Dennis
Hey Dennis,
Thanks for the reply, but what I really wanted is to know if I'm able to extend the current Umbraco RTE. I have a package that I use to use when I need RTE with character limit, the uCKEditor, but If I could just extend the default RTE, I wouldn't have to install yet another package...
is working on a reply...