I have a site where the text for pages cannot be more that 2000 charactures, but it does need to be an RTE - to allow for text changes (such as bold, italics and underline).
I think you would need to create your own datatype :). Charlie. Just swap that out for the RTE. Alternativly you could truncate the string you get from the RTE and tell your clients that it will stop at 2000 words. Or modify the RTE to it has a counter from 2000 - 0 where it shows the user how many words they have remaining and goes red when they have used all the words? What do you think? Charlie :)
Fixed Length RTE
Is it possible to have a fixed length RTE?
I have a site where the text for pages cannot be more that 2000 charactures, but it does need to be an RTE - to allow for text changes (such as bold, italics and underline).
Many thanks
TT
I think you would need to create your own datatype :). Charlie. Just swap that out for the RTE. Alternativly you could truncate the string you get from the RTE and tell your clients that it will stop at 2000 words. Or modify the RTE to it has a counter from 2000 - 0 where it shows the user how many words they have remaining and goes red when they have used all the words? What do you think? Charlie :)
Many thanks Charlie
I have seen on the TinyMCE website that this can be done, so I am looking at this at the moment
is working on a reply...