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
Edit in Popup
Click here to edit this text in a Froala popup.
HTML
<div id="eg-edit-in-popup" class="text-small"> <p>Click here to edit this text in a Froala popup.</p> </div>
JAVASCRIPT
<script> $(function() { $('div#eg-edit-in-popup').editable({ editInPopup: true }) }); </script>