Ticket #10293: abc.html
File abc.html, 432 bytes (added by , 12 years ago) |
---|
Line | |
---|---|
1 | <!DOCTYPE html> |
2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
3 | <head> |
4 | <title>abc</title> |
5 | <meta charset="utf-8"> |
6 | <script type="text/javascript" src="../ckeditor.js"></script> |
7 | </head> |
8 | |
9 | |
10 | |
11 | |
12 | <ul id="itemeditor_mcoptions"> |
13 | <li > |
14 | <div id="editable" contenteditable="true" > |
15 | <p>aaa</p> |
16 | </div> |
17 | </li> |
18 | </ul> |
19 | <script> |
20 | CKEDITOR.disableAutoInline = true; |
21 | var editor = CKEDITOR.inline( 'editable' ); |
22 | </script> |
23 | </body> |
24 | </html> |