Page 1 of 1

Is there a character limit with TinyMCE?

Posted: Mon Oct 13, 2014 6:46 pm
by rbaby
I pasted a pretty long table of a directory list of names--just a very simple table with 4 columns...clean HTML but it's cutting it off.

Is there a line/character limit for the content? It's stopping the directory at S--there are no funky characters or any issues with anything breaking it and looking at Firebug--it doesn't appear that the remaining names are there at all. It just closes the tbody and table and ignores the remaining names.

Is there a setting I can change for this?

Correction: not TinyMCE, it's MicroTiny.

Re: Is there a character limit with TinyMCE?

Posted: Mon Oct 13, 2014 10:23 pm
by chrisbt
GCBs and stylesheets both have a limit of 64k, as far as I tell a content block will have the same limitation. This is a limitation from the database not the module that is using the data.

Is it possible your table is longer than 64k?

Re: Is there a character limit with TinyMCE?

Posted: Mon Oct 13, 2014 11:22 pm
by rbaby
Quite possibly--I guess I will need to split it up :(.

Thank you.

Re: Is there a character limit with TinyMCE?

Posted: Tue Oct 14, 2014 8:21 am
by chandra

Re: Is there a character limit with TinyMCE?

Posted: Tue Oct 14, 2014 10:30 am
by velden
rbaby wrote:Quite possibly--I guess I will need to split it up :(.

Thank you.
It might be a solution in your case to add some extra {content block="..."} tags to your page template. You'd need to split the content yourself in that case.

Re: Is there a character limit with TinyMCE?

Posted: Tue Oct 14, 2014 8:42 pm
by rbaby
Yes it appears that each content block has its own capacity so I was able to break it up.

Thanks so much!