Is there an easy way to check (via a script) if the CKeditor gives any result in HTML?
I created a CMS page with multiple instances of CKeditor, one for each language. When a certain instance (language) does not contain elements which will become visible in HTML, I don't want to show it and fall back to the English language.
Now it does happen that moderators copy and paste content to one or more instances and then decide to remove it. Some (invisible) code will then remain there and when I simply check on the content of the saved field in MySQL, I do see content, so I presume this language is available.
But it results in an empty article on the screen.
Any help is really appreciated.