- <head>
- <link rel="stylesheet" href="%APPS_DIR%ckeditor/build/amd/theme/ckeditor.css">
- </head>
- <p>
- <button id="destroyEditor">Destroy editor</button>
- <button id="initEditor">Init editor</button>
- </p>
- <div id="editor">
- <h1>Hello world!</h1>
- <p>This is an editor instance.</p>
- </div>
|