inlineeditor-data.html 277 B

123456789101112131415161718
  1. <p>
  2. <button id="destroyEditor">Destroy editor</button>
  3. <button id="initEditor">Init editor</button>
  4. </p>
  5. <style>
  6. body {
  7. width: 10000px;
  8. height: 10000px;
  9. }
  10. .custom-class {
  11. margin-top: 100px;
  12. margin-left: 100px;
  13. margin-bottom: 100px;
  14. width: 450px;
  15. }
  16. </style>