Saturday, June 6, 2020

How to make ckeditor in html and js

<script src="http://cdn.ckeditor.com/4.4.6/standard-all/ckeditor.js"></script>

<script src="http://code.jquery.com/jquery-1.8.3.js"></script>

 <script>

CKEDITOR.replace( 'editor1' ); ---editor1=id---

CKEDITOR.replace( 'editor2' );

</script>

No comments:

Post a Comment