Ticket #11307: 11307.html

File 11307.html, 517 bytes (added by Piotrek Koszuliński, 10 years ago)
Line 
1<!DOCTYPE html>
2<html>
3<head>
4        <meta charset="utf-8">
5        <title>#11307</title>
6        <script src="//ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js"></script>
7        <script src="../ckeditor.js"></script>
8</head>
9<body>
10        <textarea id="editor" cols="10" rows="10"><p>Paste here content copied from below the editor</p></textarea>
11        <script>
12                CKEDITOR.replace( 'editor', {
13                        forcePasteAsPlainText: true
14                } );
15        </script>
16
17        <div>
18                <p>Copy us!</p>
19                <p>Copy us!</p>
20                <p>Copy us!</p>
21        </div>
22</body>
23</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy