Ticket #12484: bug.3.html

File bug.3.html, 493 bytes (added by Artur Delura, 10 years ago)

Even more simpified sample.

Line 
1<!doctype html>
2<html>
3        <head>
4                <title>Ticket sample - #12484</title>
5                <meta charset="utf-8" />
6                <script src="https://cdn.ckeditor.com/4.4.2/standard/ckeditor.js"></script>
7                <script>
8                        window.onload = function() {
9                                //var editor = CKEDITOR.inline( 'editor1' );
10                        };
11                </script>
12        </head>
13        <body>
14                <div id="editor1" contenteditable="true" style="margin-top: 100px;border: 1px solid;">
15                        <p>blah</p>
16                        <p>blah</p>
17                </div>
18                <div>other content</div>
19        </body>
20</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy