I created a custom TinyMCE datatype, and something very wrong has happend. The both the new editor and the existing editor no longer display.
Here is a screenshot:
There should be two rich text editors (TinyMCE v3) and they are no longer appearing. However the data that was there before is displaying properly throughout the site.
Can someone please help me figure out what i've done? I made no changes to the document type.
I know this is long answered but I don't suppose you could give me an idea on how to add a second editor? I am trying to create a datatype based on TinyMCE, I have been looking over DigiBiz to get an idea but it isn't what I want. I only want to be able to limit the rich text length IN the back-office. I know I can dow this with JS but I am not sure how to create the data type. Any hints would be greatly appreciated.
I've also had issues with my custom TinyMCE datatype that went missing. It worked on 4.5, but in 4.6 some code was changed which broke it. Created an issue for it here: http://issues.umbraco.org/issue/U4-1052
Lost TinyMCE datatype
Hi,
I created a custom TinyMCE datatype, and something very wrong has happend. The both the new editor and the existing editor no longer display.
Here is a screenshot:
There should be two rich text editors (TinyMCE v3) and they are no longer appearing. However the data that was there before is displaying properly throughout the site.
Can someone please help me figure out what i've done? I made no changes to the document type.
Owen
Hi Owen
What version of Umbraco are you running?
And can you still access the rich text editor datatypes in the developer section?
/Jan
Hi Jan,
Thanks for your quick reply. I figured out what was the matter.
I had put a wierd character in one of my CSS files names which was referenced by TinyMCE. Which was causing the Javascript to crash.
Cheers,
Owen
Hi Owen
Good to hear you got it solved :-)
/Jan
I know this is long answered but I don't suppose you could give me an idea on how to add a second editor? I am trying to create a datatype based on TinyMCE, I have been looking over DigiBiz to get an idea but it isn't what I want. I only want to be able to limit the rich text length IN the back-office. I know I can dow this with JS but I am not sure how to create the data type. Any hints would be greatly appreciated.
I've also had issues with my custom TinyMCE datatype that went missing. It worked on 4.5, but in 4.6 some code was changed which broke it. Created an issue for it here: http://issues.umbraco.org/issue/U4-1052
These topics might help:
http://our.umbraco.org/projects/collaboration/blog-4-umbraco/using-blog-4-umbraco/18559-TinyMCE-not-showing-up-on-Blog-dashboard-on-v470?p=0#comment128842
http://our.umbraco.org/forum/developers/extending-umbraco/17750-Using-tinyMCE-in-custom-section
http://our.umbraco.org/forum/developers/extending-umbraco/6863-Datatype-on-normal-page-or-UserControl
Jeroen
is working on a reply...