Days
Hours
Minutes
Seconds
x

New Froala Editor v4.3.1 is here – Learn More

Skip to content

Modes

Textarea Editor


Edit in JSFiddle

HTML

<textarea id="froala-editor">Initialize the Froala WYSIWYG HTML Editor on a textarea.</textarea>

JAVASCRIPT

<script>
  $(function() {
    $('textarea#froala-editor').froalaEditor()
  });
</script>