Hi Guys,
Any plans to make an HTML editor available as part of WiseJ.Web?
Thanks
Nic
Absolutely. We already have the TinyMCE almost ready to be uploaded in the extensions. We may add others, but since it’s released with the source code it should be easy to change the javascript widget.
For the “built-in” RichTextBox, I’m not sure yet if/how we will provide a much simpler editor with some kind of RTF support, which is kind of obsolete but I’m sure there are projects out there with lots of RTF files that would need it.
TinyMCE (and CKEditor) are all client-side-only widgets. Nothing runs on the server, it’s not like ASP.NET controls.
You can download and host the javascript, css, and plugin files as part of your project, simply change the static Wisej.Web.Ext.TinyMCE.BaseUrl property. Hosting the tinymce files on your server also allows you to use the editor behind a firewall.
Otherwise you can use their free CDN (there are also other free CDN services that host TinyMCE). The cdn key seems to allow you to configure your personalized CDN and premium plugins.
Wisej works with any configuration, it doesn’t matter how and where the js/css files come from.
HTH
Best,
Luca
So With Tiny MCE – looking at their site -does it actually run from their server or my local server ?
Also – does it need to be licensed ? Their site mentions a “Cloud Key”
Hi Jim, Guenter, Nic,
TinyMCE extension has been released, see
https://wisej.com/extensions/
Best regards
Frank
Looks good, but what’s missing is a function for inserting html at cursor psotion
Hi Nic, Hi Jim,
you can find a new extension for the TinyEditor (TinyMCE will follow later) in our download section.
Find a sample using it here:
http://wisej.s3.amazonaws.com/support/attachments/Wisej.TinyEditor.zip
Best regards
Frank
Is the extension for TinyMCE available?