Modes
Textarea Editor
Try it yourself:
HTML
<textarea id="froala-editor">Initialize the Froala WYSIWYG HTML Editor on a textarea.</textarea>
JAVASCRIPT
<script>
new FroalaEditor('textarea#froala-editor')
</script>
<textarea id="froala-editor">Initialize the Froala WYSIWYG HTML Editor on a textarea.</textarea>
<script>
new FroalaEditor('textarea#froala-editor')
</script>