I have a poetry site and I just added CKEditor. When javascript is disabled, the simple editor is automatically available. However it doesn't work like my people expect. You have to enter an HTML <br> to get a new line. They use the enter key to separate lines but the result is a single run-together paragraph.
If I could know that javascript is disabled or unavailable like in iphones or pads.I could treat the text before it is displayed or stored in the mysql database. Is there any way to do this? or to substitute a simple textarea when javascript is not available?
CKEditor obviously "knows" that javascript is not available and displays the simple editor. I need to know how it knows.
If I could know that javascript is disabled or unavailable like in iphones or pads.I could treat the text before it is displayed or stored in the mysql database. Is there any way to do this? or to substitute a simple textarea when javascript is not available?
CKEditor obviously "knows" that javascript is not available and displays the simple editor. I need to know how it knows.

Re: javascript disabled problem
<noscript> element
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!