| 1234567891011121314151617181920 |
- <p>
- <button id="destroyEditor">Destroy editor</button>
- <button id="initEditor">Init editor</button>
- </p>
- <div id="editor">
- <h2>Hello world!</h2>
- <p>This is an editor instance.</p>
- <img src="sample.jpg" />
- </div>
- <style>
- .ck-editor {
- margin-top: 200px;
- margin-left: 100px;
- margin-bottom: 200px;
- width: 450px;
- }
- </style>
|