8
0

creator-multi.html 430 B

1234567891011121314151617181920
  1. <head>
  2. <link rel="stylesheet" href="%TEST_DIR%_assets/styles.css">
  3. </head>
  4. <p>
  5. <button id="destroyEditor">Destroy editor</button>
  6. <button id="initEditor">Init editor</button>
  7. </p>
  8. <div id="editorContainer"></div>
  9. <div id="editable1" class="editor">
  10. <h1>Hello world!</h1>
  11. <p>This is an editor instance.</p>
  12. </div>
  13. <div id="editable2" class="editor">
  14. <h1>Hello again!</h1>
  15. <p>This is the same editor instance.</p>
  16. </div>