TinyMCE Editor - Enabled property

0
0

Hi guys,

We’re now implementing some HTML templates in our software and have decided that TinyMCE should be our way forward. We have everything configured how we want it except for two things;

  1. The ‘Enabled’ property appears to do nothing – I believe this is either a bug or unsupported
  2. Media Embedding – I can’t figure out if this is a premium feature, something really difficult to configure, or something else. If anyone has achieved this I’d love to hear from them (we’re trying to embed images in an email signature managed by our application)

Cheers,

Neil.

  • You must to post comments
0
0

Hello,

We’re currently looking into this.
What file type is the image that you’re trying to embed? If it’s an SVG file, that could be the issue- looks like TinyMCE doesn’t support SVGs.
You might find this open source image plugin to be helpful: https://www.tiny.cloud/docs/plugins/opensource/image/

  • Neil Hoskins
    We’re trying to add JPG and PNG files, quite happy to limit our users to those formats. We”ll take a look at the plugin, thanks you. I hope you can fix the ‘enabled’ bug because that is causing issues. We’ve created a user control that switches the TinyMCE editor with an HTML enabled label in the meantime but you can’t add CSS to a label so the view is different. We’ve tried TinyEditor but the line spacing on that is a pain and CK Editor seems to be less configurable.
  • You must to post comments
0
0

Regarding the ‘Enabled’ property- I looked into it and it’s currently unsupported, because TinyMCE is a wrapped third party widget. I’ve logged it as an enhancement request.

  • Neil Hoskins
    Thanks Julie, TinyMCE does have a ‘ReadOnly’ property, but I couldn’t figure out how to call it using .Call or .Eval – there may be an easy call there (for someone who really knows what they’re doing).
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.