Does anyone have any information on how to configure the tinyMCE options in Servoy? The link from the https://wiki.servoy.com/display/DOCS/UI … FIGURATION page doesn’t link to anything except the home page and I have no idea how the Servoy wrapper around this component works or what is available for us to configure or how to set anything.
I could not figure out where to start with the documentation at: https://www.tiny.cloud/docs/tinymce/6/e … t-options/
The documentation I could work out doesn’t seem to work with the examples in Servoy; fontfamily and fontsize do not work and styles from the tinyMCE docs is styleselect in Servoy. So trying the command below in the onShow() does not work for the fonts.
elements.htmlarea_1.putClientProperty(APP_UI_PROPERTY.HTML_EDITOR_CONFIGURATION, '{"toolbar": "undo redo | fontfamily fontsize | bold italic underline | alignleft aligncenter alignright alignjustify"}');
Calling getClientProperty() on an existing HTML area returns null.
Any assistance would be gratefully received, especially with some possible examples?
Thanks,