memory.html 337 B

1234567891011121314151617181920
  1. <p>
  2. <button id="destroyEditor">Destroy editor</button>
  3. <button id="initEditor">Init editor</button>
  4. </p>
  5. <div id="editor">
  6. <h2>Hello world!</h2>
  7. <p>This is an editor instance.</p>
  8. <img src="sample.jpg" />
  9. </div>
  10. <style>
  11. .ck-editor {
  12. margin-top: 200px;
  13. margin-left: 100px;
  14. margin-bottom: 200px;
  15. width: 450px;
  16. }
  17. </style>