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