Skip to content

API

Get Edited HTML

You can use at any time in your code the following snippet to get the content inside the Froala WYSIWYG HTML Editor.

getHTML

Try it yourself:

Edit in JSFiddle

JAVASCRIPT

<script>
  $('div#froala-editor').froalaEditor('html.get');
</script>
File: 3595