1 | <!DOCTYPE html> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
---|
5 | <title> - jsFiddle demo</title> |
---|
6 | <script type="text/javascript" src="../ckeditor.js"></script> |
---|
7 | <!--<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/ckeditor/4.0.1/ckeditor.js"></script>--> |
---|
8 | <!--<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/ckeditor/4.0.1/config.js?t=D08E">--> |
---|
9 | |
---|
10 | <style>.cke{visibility:hidden;}</style> |
---|
11 | <style type="text/css"> |
---|
12 | .p-text { |
---|
13 | border: 1px solid black; |
---|
14 | } |
---|
15 | </style> |
---|
16 | |
---|
17 | <body> |
---|
18 | <ol> |
---|
19 | <li> |
---|
20 | <div class="p-text" contenteditable="true" style="width: 80%;"> |
---|
21 | <p><br></p> |
---|
22 | </div> |
---|
23 | </li> |
---|
24 | </ol> |
---|
25 | |
---|
26 | |
---|
27 | </body></html> |
---|