classic.html 373 B

12345678910111213
  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. </div>
  9. <div style="height: 1500px; width: 1500px; background: #eee; outline: 2px dashed #ddd; margin: 1em 0; padding: 1em;">
  10. * I'm a dummy div to enable scrolling in this test. *
  11. </div>