- <h2>Plain editor</h2>
- <div id="editor">
- <p>Content of <a href="https://ckeditor.com">the editor</a>.</p>
- </div>
- <h2>Editor in a bootstrap modal</h2>
- <iframe src="assets/iframe-content.html"></iframe>
- <style>
- iframe {
- width: 100%;
- height: 300px;
- }
- </style>
|