when i created simple html file with code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CKEditor</title>
<script src="//cdn.ckeditor.com/4.4.6/standard/ckeditor.js"></script>
</head>
<body>
<textarea name="editor1"></textarea>
<script>
CKEDITOR.replace( 'editor1' );
</script>
</body>
</html>
not working, any clue, do we need to do somthing more?
It works
I tested by copy/paste from the site, and then also by pasting the code you show above. And it works in both cases.
Have you tried the same script on different computers?
Tried on Mac, let me try it
Tried on Mac, let me try it on windows
Thanks i created file on
Thanks i created file on widows, it worked, but file i cretaed on mac not working
Any ideas on a solution? Or
Any ideas on a solution? Or another event I could attach to?
Any ideas on a solution? Or
Any ideas on a solution? Or another event I could attach to?
_____________
bella
You should run the HTML file
You should run the HTML file via the web server. If you open the file straight from your local file system and the protocol is file:/// then the samples may not work becuase "//" is used in the path to ckeditor.js.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+