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.
Try it yourself:
JAVASCRIPT
<script> $('div#froala-editor').froalaEditor('html.get'); </script>
Compare Froala Editor to TinyMCE LEARN MORE
You can use at any time in your code the following snippet to get the content inside the Froala WYSIWYG HTML Editor.
<script> $('div#froala-editor').froalaEditor('html.get'); </script>