the file structure of the project is:
./project
./project/myWYSIWYGTest.html --- here is the source code of the example
./project/ckeditor --source code of the ckeditor lib, download where http://ckeditor.com/download
the code of the myWYSIWYGTest html page is:
<html>
Reference:
http://nightly.ckeditor.com/7582/_samples/replacebyclass.html
./project
./project/myWYSIWYGTest.html --- here is the source code of the example
./project/ckeditor --source code of the ckeditor lib, download where http://ckeditor.com/download
the code of the myWYSIWYGTest html page is:
<html>
<head>
<script type="text/javascript" src="./ckeditor/ckeditor.js">
</script>
</script>
</head>
<body>
<textarea class="ckeditor" name="editor1"></textarea>
</body>
</html>
http://nightly.ckeditor.com/7582/_samples/replacebyclass.html
No comments:
Post a Comment