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> |
---|