You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, TinyMCE won't load because: "Failed to initialize the editor as the document is not in standards mode. TinyMCE requires standards mode."
On my page i use "" as beginning but for some reason (i REALLY don't know why, or where this comes from) at the first point of my site is a "DDD". I searched all files on my server bot this "DDD" is on no file. I searched all files using the grep command on my linux server.
There's no way to force start TinyMCE if it's detected the webpage is not in standards mode. So unfortunately the only way to fix this is to find the cause of your phantom "DDD" you see.
If you have any other questions let us know.
Hello, TinyMCE won't load because: "Failed to initialize the editor as the document is not in standards mode. TinyMCE requires standards mode."
On my page i use "" as beginning but for some reason (i REALLY don't know why, or where this comes from) at the first point of my site is a "DDD". I searched all files on my server bot this "DDD" is on no file. I searched all files using the grep command on my linux server.
it looks like this:
how to disable in TinyMCE, that the doctype is requied?
What i have tried:
i add to the tinymce.init the following code:
doctype: '<!DOCTYPE html>',
The text was updated successfully, but these errors were encountered: