Ticket #13285: ckeditest.html

File ckeditest.html, 1021 bytes (added by Danny Smit, 7 years ago)
Line 
1<!DOCTYPE html>
2<html lang="en">
3<head>
4        <meta charset="UTF-8">
5        <script src="https://cdn.ckeditor.com/4.6.1/standard-all/ckeditor.js"></script>
6</head>
7<body>
8
9<div class="container">
10        <h2><label for="editor1">Article Editor</label></h2>
11        <textarea id="editor1">
12        &lt;h2&gt;CKEditor Brownies 1&lt;/h2&gt;
13        &lt;figure class="image image-illustration" style="float:left"&gt;
14                &lt;img alt="" height="266" src="http://c.cksource.com/a/1/img/demo/brownie.jpg" width="400" /&gt;
15                &lt;figcaption&gt;Bon App&amp;eacute;tit 1!&lt;/figcaption&gt;
16        &lt;/figure&gt;
17        &lt;h2&gt;CKEditor Brownies 2&lt;/h2&gt;
18        &lt;figure class="image image-illustration" style="float:left"&gt;
19                &lt;img alt="" height="266" src="http://c.cksource.com/a/1/img/demo/brownie.jpg" width="400" /&gt;
20                &lt;figcaption&gt;Bon App&amp;eacute;tit 2!&lt;/figcaption&gt;
21        </textarea>
22</div>
23<script>
24        CKEDITOR.replace( 'editor1', {
25                contentsCss: [ 'https://cdn.ckeditor.com/4.6.1/standard-all/contents.css', 'mystyles.css' ]
26        } );
27</script>
28
29</body>
30</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy