Ticket #14705: test.html

File test.html, 300 bytes (added by Jakub Ś, 8 years ago)
Line 
1<html>
2        <head>
3                <script src="ckeditor.js"></script>             
4        </head>
5        <body>
6                <textarea cols="80" id="test" name="editor1" rows="10"></textarea>
7           <script type="text/javascript">
8                  var editor = CKEDITOR.replace('test', {
9                        extraPlugins: 'simplebox'
10                  });
11           </script>
12        </body>
13</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy