- Getting Started
- Browser Support
- Languages Support
- Shortcuts
- Activation
- Examples
- Customize the Editor
- Use-cases
- Plugins
- APIs
- Development Frameworks
- Server Integrations
- Server SDKs
- Migration Guides
- Changelog
Images
Init On Image
Using the image.min.js
plugin it is possible to initialize the WYSIWYG HTML editor only on an image.
Try it yourself:
HTML
<img id="edit" class="fr-fil fr-dib" src="https://raw.githubusercontent.com/froala/wysiwyg-editor/master/editor.jpg" alt="Old Clock" width="300"/>
JAVASCRIPT
<script>
new FroalaEditor('img#edit');
</script>
Related Plugin: Image