ricoramiro2

ckEditor Code to Install

Nov 12th, 2017
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <meta charset="utf-8">
  5.         <title>CKEditor</title>
  6.         <script src="https://cdn.ckeditor.com/4.7.3/standard/ckeditor.js"></script>
  7.     </head>
  8.     <body>
  9.         <textarea name="editor1"></textarea>
  10.         <script>
  11.             CKEDITOR.replace( 'editor1' );
  12.         </script>
  13.     </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment