Ticket #11607: 11607.html

File 11607.html, 555 bytes (added by Olek Nowodziński, 11 years ago)
Line 
1<html>
2<head>
3        <title>#11607</title>
4        <meta charset="utf-8">
5        <script src="../ckeditor/ckeditor.js"></script>
6        <link href="../ckeditor/samples/sample.css" rel="stylesheet">
7</head>
8<body>
9        <h1 class="samples">
10                #11607
11        </h1>
12        <textarea cols="80" id="editor1" name="editor1" rows="10">
13                <html>
14                <head>
15                        <title></title>
16                </head>
17                <body dir="rtl"></body>
18                </html>
19        </textarea>
20        <script>
21
22                CKEDITOR.replace( 'editor1', {
23                        fullPage: true,
24                        extraPlugins: 'docprops,wysiwygarea,sourcearea,toolbar,dialog,button'
25                } );
26
27        </script>
28</body>
29</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy