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.
Is there a character limit with TinyMCE?
Re: Is there a character limit with TinyMCE?
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?
Is it possible your table is longer than 64k?
Re: Is there a character limit with TinyMCE?
Quite possibly--I guess I will need to split it up
.
Thank you.

Thank you.
Re: Is there a character limit with TinyMCE?
Last edited by chandra on Tue Oct 14, 2014 11:10 am, edited 1 time in total.
Re: Is there a character limit with TinyMCE?
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.rbaby wrote:Quite possibly--I guess I will need to split it up.
Thank you.
Re: Is there a character limit with TinyMCE?
Yes it appears that each content block has its own capacity so I was able to break it up.
Thanks so much!
Thanks so much!