Ticket #12373: index.html
| File index.html, 435 bytes (added by , 11 years ago) |
|---|
| Line | |
|---|---|
| 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <title>CKEditor Magic Line Bug Example</title> |
| 5 | </head> |
| 6 | |
| 7 | <textarea id="ckeditor"> |
| 8 | <p style="text-align:center"><img alt="" src="https://dl.dropboxusercontent.com/u/473648/Wolverine-Or-2-Bat-Men-.jpg" /></p> |
| 9 | </textarea> |
| 10 | |
| 11 | <script src="ckeditor.js"></script> |
| 12 | <script> |
| 13 | CKEDITOR.replace('ckeditor', { |
| 14 | extraPlugins: 'image2,magicline', |
| 15 | height: 600 |
| 16 | }); |
| 17 | </script> |
| 18 | </html> |
