is there any example code of setting up tinymce within your web application using asp.net mvc?
+1
A:
What are you asking?
Your view is HTML. Any example of setting up TinyMCE on a typical HTML page would work on MVC. The only difference might be if you use <%= Html.TextBox(...), in which case you use use the ID that you pass into the textbox.
James S
2009-08-02 14:19:52