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
Inline
Click here to edit the content
This the inline example for the Froala rich text editor.
HTML
<div id="eg-inline" class="text-small"> <h3>Click here to edit the content</h3> <p>This the inline example for the Froala rich text editor.</p> </div>
JAVASCRIPT
<script> $(function() { $('div#eg-inline').editable({ inlineMode: true, countCharacters: false }) }); </script>