Hello
I installed ckeditor but when I try to load it, I just get the standard textarea.
my (simplified) tree:
index.html
ckeditor
___|ckeditor.js
I copied the code from the tut site but it doesnt load!
<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>
Re: Ckeditor doesn't load
Re: Ckeditor doesn't load
That doesnt work because the index.html is in the test map too.
EDIT: when i paste my own document in the ckeditor map it does work! :S
EDIT2: IT WORKS:D strange but the link is "ckeditor/ckeditor.js" instead of "/cheditor/ckeditor.js". Thanks for the help
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?