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
Basic
HTML
<div id="eg-basic" class="text-small"></div>
JAVASCRIPT
<script> $(function() { $('div#eg-basic').editable({ inlineMode: false }) }); </script>