TinyMCE Wrapper
TinyMCE wrapper for Vaadin
Simple wrapper for popular rich text editor.
This is V7 compatible version of previous "Vaadin wrapper for TinyMCE". Name changed due to Directory issues.
The V7 compatible version was developed by Matti Hosio from Vaadin Ltd. Development was generously sponsored by SNAP consulting. Thanks!
Sample code
tinyMCETextField = new TinyMCETextField(); content.addComponent(tinyMCETextField);
tinyMCETextField2 = new TinyMCETextField(); tinyMCETextField2.setCaption("Another, custom config"); tinyMCETextField2.setConfig("{" + "menubar: false," + "plugins: [ 'advlist autolink lists link image charmap print preview anchor','searchreplace visualblocks code fullscreen','insertdatetime media table contextmenu paste' ], " + "toolbar: 'insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image'}"); content.addComponent(tinyMCETextField2);
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Fixed issue when used in TabSheet. Thanks to Tatu Lund!
- Released
- 2021-03-03
- Maturity
- STABLE
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 7.0+
- Vaadin 8.0+ in 4.0
- Browser
- N/A
TinyMCE Wrapper - Vaadin Add-on Directory
TinyMCE wrapper for VaadinSimple wrapper for popular rich text editor.
This is V7 compatible version of previous "Vaadin wrapper for TinyMCE". Name changed due to Directory issues.
The V7 compatible version was developed by Matti Hosio from Vaadin Ltd. Development was generously sponsored by SNAP consulting. Thanks!