8
0

editorinit.html 575 B

123456789101112131415161718192021
  1. <style>
  2. .editor {
  3. display: none;
  4. }
  5. </style>
  6. <div id="test-controls">
  7. Initialize editor with:
  8. <span id="fixture-buttons"></span>
  9. HTML payload.
  10. <br><br>
  11. Cases marked with "(semantic)" contain elements known by the editor. Cases with "(styled)" focuses on styling using the <code>[style]</code> attribute.
  12. </div>
  13. <hr>
  14. <div id="editor_small" class="editor"></div>
  15. <div id="editor_medium" class="editor"></div>
  16. <div id="editor_large" class="editor"></div>
  17. <div id="editor_smallInlineCss" class="editor"></div>
  18. <div id="editor_fullWebsitesStyled" class="editor"></div>