Is there a character limit with TinyMCE?

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
rbaby
Forum Members
Forum Members
Posts: 144
Joined: Thu Feb 07, 2008 10:28 pm

Is there a character limit with TinyMCE?

Post 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.
User avatar
chrisbt
Dev Team Member
Dev Team Member
Posts: 204
Joined: Sun Sep 05, 2010 6:11 am

Re: Is there a character limit with TinyMCE?

Post 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?
rbaby
Forum Members
Forum Members
Posts: 144
Joined: Thu Feb 07, 2008 10:28 pm

Re: Is there a character limit with TinyMCE?

Post by rbaby »

Quite possibly--I guess I will need to split it up :(.

Thank you.
chandra

Re: Is there a character limit with TinyMCE?

Post by chandra »

Last edited by chandra on Tue Oct 14, 2014 11:10 am, edited 1 time in total.
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: Is there a character limit with TinyMCE?

Post 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.
rbaby
Forum Members
Forum Members
Posts: 144
Joined: Thu Feb 07, 2008 10:28 pm

Re: Is there a character limit with TinyMCE?

Post by rbaby »

Yes it appears that each content block has its own capacity so I was able to break it up.

Thanks so much!
Post Reply

Return to “The Lounge”