It looks like you’re browsing an old version of Froala. Please go to the newer version of our docs for a more updated version.
Examples
Textarea
HTML
<textarea id="eg-textarea" class="text-small"></textarea>
JAVASCRIPT
<script> $(function() { $('textarea#eg-textarea').editable({ inlineMode: false }) }); </script>