<html> <head> <title>Sample - CKEditor</title> <script type="text/javascript" src="/ckeditor/ckeditor.js"></script> </head> <body> <script src="all_my_scripts.js" type="text/javascript"></script> <form method="post"> <p> My Editor:<br /> <textarea name="editor1"><p>Initial value.</p></textarea> <script type="text/javascript"> CKEDITOR.replace( 'editor1' ); </script> </p> <p> <input type="submit" /> </p> </form> </body> </html>
http://localhost/test/ckeditor/_samples ... ycode.html

Re: Ckeditor doesn't load
Re: Ckeditor doesn't load
Re: Ckeditor doesn't load
Switch to plain text editor
CKEditor: the ID for excluding or including this element is page@node/1/edit.edit-body.
Where is the basepath set?