1.html 265 B

1234567891011121314
  1. <h2>Plain editor</h2>
  2. <div id="editor">
  3. <p>Content of <a href="https://ckeditor.com">the editor</a>.</p>
  4. </div>
  5. <h2>Editor in a bootstrap modal</h2>
  6. <iframe src="assets/iframe-content.html"></iframe>
  7. <style>
  8. iframe {
  9. width: 100%;
  10. height: 300px;
  11. }
  12. </style>