Vaadin adapter for TinyMCE rich text format editor
TinyMCE RTFeditor realized as a webcomponent
Install
Framework Support
Vaadin platform 14+
Install with
Release notes - Version 1.0.14
1.Changed type of TextField as generic. Now you are able to create field with your type, but diff type than String require custom setter of value. 2. Added tag(HTML) as required in appendStrValue & setStrValue.