Click here to Skip to main content
15,893,486 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
After I add fullpage plugins, my tinymce editor cannot show the content in the multiline textarea. However, I can still view it in sources codes and preview.

can anyone help me?

What I have tried:

http://fiddle.tinymce.com/Jehaab

I recreate the error in tiny fiddle, the full html code below textarea(in fiddle) is to be put inside the source code area of tinymce and try out.
Posted
Updated 1-Apr-20 5:46am

1 solution

The problem is that your source document contains multiple <html> documents, which the editor does not support.

If you remove all of the extra </body></html> and <html xmlns="http://www.w3.org/1999/xhtml"><body> tags, you can paste the remaining HTML into the source view, and it will display correctly.

TinyMCE Fiddle[^]
 
Share this answer
 
Comments
xiaotuziyi 9-Apr-20 8:25am    
Thank you very much, i had been thinking for very long already.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900