I have problem with implementing Rich Text Editor (all that i tried, e.g. TinyMCE). I tried many tutorials and articles but all same. When i am trying do it the best what i get is working editor in IE (8) but other browser not (Opera, FF, Chrome). Samples that i download work fine in all browsers.
I am using VS2010 ASP.NET MVC2 and e.g. i tried this http://www.billsternberger.net/asp-net-mvc/tinymce-samples-with-asp-net-mvc/
Thanks for help
I have problem with implementing Rich Text Editor (all that i tried, e.g. TinyMCE).
Share
I used the following ViewUserControl
Note: that in Scripts/ there is a tiny_mce directory with the source
/langs
/plugins
/themes
/utils
To include it on my page:
You would place your TextArea wherever on the page you see fit and remember that it will expand to either the width of the total buttons you include or 100% of the wrapping div