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.
- Code: Select all
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,