| 123456789101112131415161718 |
- <p>
- <button id="destroyEditor">Destroy editor</button>
- <button id="initEditor">Init editor</button>
- </p>
- <style>
- body {
- width: 10000px;
- height: 10000px;
- }
- .custom-class {
- margin-top: 100px;
- margin-left: 100px;
- margin-bottom: 100px;
- width: 450px;
- }
- </style>
|