classic.html 469 B

1234567891011121314151617
  1. <head>
  2. <link rel="stylesheet" href="%APPS_DIR%ckeditor/build/amd/theme/ckeditor.css">
  3. </head>
  4. <p>
  5. <button id="destroyEditor">Destroy editor</button>
  6. <button id="initEditor">Init editor</button>
  7. </p>
  8. <div id="editor">
  9. <h2>Hello world!</h2>
  10. <p>This is an editor instance.</p>
  11. </div>
  12. <div style="height: 1500px; width: 1500px; background: #eee; outline: 2px dashed #ddd; margin: 1em 0; padding: 1em;">
  13. * I'm a dummy div to enable scrolling in this test. *
  14. </div>