[SOLVED] Feature suggestion - HTML Editor

Answered Closed
0
0

Hi Guys,

Any plans to make an HTML editor available as part of WiseJ.Web?

Thanks

Nic

  • You must to post comments
Best Answer
0
0

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.

  • You must to post comments
0
0

 

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

  • You must to post comments
0
0

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”

  • You must to post comments
0
0

Hi Jim, Guenter, Nic,

TinyMCE extension has been released, see
https://wisej.com/extensions/

Best regards
Frank

  • You must to post comments
0
0

Looks good, but what’s missing is a function for inserting html at cursor psotion

  • You must to post comments
0
0

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

 

  • You must to post comments
0
0

Is the extension for TinyMCE available?

  • You must to post comments
Showing 7 results