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
Init On Link
The rich text editor will be initialized only on this following link: Froala WYSIWYG HTML editor website
HTML
<p class="text-small">The rich text editor will be initialized only on this following link: <a class="f-link" id="eg-init-on-link" href="https://froala.com">Froala WYSIWYG HTML editor website</a></p>
JAVASCRIPT
<script> $(function() { $('a#eg-init-on-link').editable() }); </script>