Enable HTML in String Field [message #1830254] |
Wed, 22 July 2020 03:30  |
Eclipse User |
|
|
|
Hello,
Is it possible to enable HTML in String Field and how to do it ?
I have tried
@Override
protected String getConfiguredFieldStyle() {
// TODO Auto-generated method stub
return IFormField.PROP_LABEL_HTML_ENABLED;
}
and this is not working.
Kind Regards
|
|
|
|
|
Re: Enable HTML in String Field [message #1830310 is a reply to message #1830305] |
Thu, 23 July 2020 03:47  |
Eclipse User |
|
|
|
The open source edition of Scout does not provide widgets for rich-text or HTML-editing. Since these widgets tend to be rather complex I'd suggest you integrate an existing solution like Tiny MCE, CKEditor or Froala as a custom-widget in your project. In our commercial Scout projects we've built e-mail integration with one of these editors (which need to be licensed). You could also try to integrate Squire, which is open source. Depending on your requirements, you should prepare for a lot of work (weeks) to fully integrate all the features you need from these editors in your Scout application (think of drag&drop, copy/paste from Word, support for images, attachments, dealing with different CSS-Styles, etc.)
[Updated on: Thu, 23 July 2020 04:29] by Moderator
|
|
|
Powered by
FUDForum. Page generated in 0.04413 seconds