1 | <!DOCTYPE html> |
---|
2 | <!-- |
---|
3 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. |
---|
4 | For licensing, see LICENSE.html or http://ckeditor.com/license |
---|
5 | --> |
---|
6 | <html> |
---|
7 | <head> |
---|
8 | <title>#11283</title> |
---|
9 | <meta charset="utf-8"> |
---|
10 | <link href="../sample.css" rel="stylesheet"> |
---|
11 | </head> |
---|
12 | <body> |
---|
13 | <h1 class="samples"> |
---|
14 | <a href="index.html">CKEditor Samples</a> » #11283 |
---|
15 | </h1> |
---|
16 | <textarea id="html_header" name="html_header" rows="8" cols="60"><div id="header" style="text-align: center; border:2px dashed orange;"><img alt="email header" src="http://b.cksource.com/a/1/10th/ckeditor10years.png" style="border: 0px;" ></div></textarea> |
---|
17 | |
---|
18 | <script type="text/javascript" src="../../ckeditor.js"></script> |
---|
19 | <script type="text/javascript"> |
---|
20 | |
---|
21 | CKEDITOR.replace( 'html_header', { |
---|
22 | extraPlugins: 'image2', |
---|
23 | // enterMode: CKEDITOR.ENTER_DIV |
---|
24 | } ); |
---|
25 | |
---|
26 | </script> |
---|
27 | </body> |
---|
28 | </html> |
---|