We need to migrate a Smart Client solution which was using RTF formatting and the Servoy default Text formatting toolbar to the Web Client. Our goal is to switch the RTF to HTML formatting. Unfortunately, there is no “built-in” HTML Editor available for the Web Client. The HTMLEditor from IT2BE is supported only on the Smart Client and basically we need similar functionality in the Web Client as well.
Is such bean available anywhere for the Servoy Web Client? Any help or suggestions on this will be more than welcome.
You can embed your own html in the webclient and set this in a HTML-AREA. than you can use tinyMCE or bunch of other HTML editors…
together with webclient javascript callback plugin (forgot the name) you can even make calls back to Servoy.