[Mono-aspnet-list] HTML Editor for Linux Mono

Daniel Lo Nigro lists at dan.cx
Fri Mar 1 14:30:02 UTC 2013


Try TinyMCE <http://www.tinymce.com/> or CKEditor <http://ckeditor.com/>.
Both are purely client-side and don't require any server-side code (and
thus don't care about what the server environment is). Then you just add a
regular text area (Html.TextareaFor in ASP.NET MVC, or one of the many ways
of doing it in ASP.NET Web Forms - <asp:HtmlTextArea>, <asp:Textbox
Mode="Multiline">, or <textarea runat="server">) and tell TinyMCE to
initialise for all textareas.


On Thu, Feb 28, 2013 at 1:29 AM, demendezr <demendezr at gmail.com> wrote:

> Greetings community, I have my asp.net project in Mono Linux, but I need
> to
> use an HTML editor. Mono In Windows, I used FreeTextBox, and me worked
> perfectly. But Linux does not work FreeTextBox, someone I can recommend an
> editor. NET for Linux?.
>
> Cute Editor is also a good editor, but not if you work in Linux. Any
> recommendation would be welcome, thanks.
>
>
>
> --
> View this message in context:
> http://mono.1490590.n4.nabble.com/HTML-Editor-for-Linux-Mono-tp4658760.html
> Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
> _______________________________________________
> Mono-aspnet-list mailing list
> Mono-aspnet-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20130302/ed0ed805/attachment.html>


More information about the Mono-aspnet-list mailing list