externalchanges.html 649 B

12345678910111213
  1. <h2>External changes (insert/edit)</h2>
  2. <p><button id="button-insert">Start external changes</button></p>
  3. <div id="editor-insert">
  4. <p>EXTERNAL CHANGES WILL START HERE -> This specification defines the 5th <a href="http://ckeditor.com">major revision</a> of the core language of the [Select this text]: the Hypertext Markup Language (HTML).</p>
  5. </div>
  6. <h2>External changes (delete)</h2>
  7. <p><button id="button-delete">Start external changes</button></p>
  8. <div id="editor-delete">
  9. <p>A first paragraph.</p>
  10. <p>THIS PARAGRAPH WILL BE REMOVED <a href="http://ckeditor.com">major revision</a>. [Select this text].</p>
  11. <p>A third paragraph.</p>
  12. </div>