Days
Hours
Minutes
Seconds
x

Froala Editor v4.2.0 is Here LEARN MORE

Skip to content

Miscellaneous

Track Changes

Try it yourself:


Edit in JSFiddle

HTML

<div id="froala-editor">
  <h3>Track Changes makes WYSIWYG HTML editing awesome.</h3>
  <p>Track changes is a Froala Editor Plugin where we can track the new text, deleted text as well as various styling and format changes.
</div>

JAVASCRIPT

<script>
  new FroalaEditor('div#froala-editor', {
    toolbarButtons: ['bold', 'italic', 'underline', 'fontFamily', 'color', 'paragraphStyle', 'trackChanges']
  })
</script>