Tag: TinyMCE

TinyMCE samples with ASP.NET MVC

After using Telerik’s RadEditor control for years with all my asp.net web form applications, I found myself looking for a javascript alternative when I moved up to MVC. Having paid top dollar for RadEditor (which is a fine product!) and never used TinyMCE, I couldn’t imagine something free could be that good. Well it is! [...]

February 08 / 2010
Author bill sternberger
Category ASP.NET MVC, C#, Html, jquery
Comments 3 Comments

Javascript, jQuery Rich text editor

I did a post earlier today (yes, I’m on a roll while jr. is sleeping!) on my Top 10 favorite jQuery functions and plugins. This post is dedicated to one of them: TinyMCE. In the past I’ve used editors like Telerik’s RAD Editor and obout’s Html Editor, both very powerful editors. I was turned on [...]

January 09 / 2010
Author bill sternberger
Category C#, Html, jquery
Comments No Comments

Top 10 jQuery Functions and Plugins (Part I)

The following is a set of jQuery shortcuts I use at some point on a daily basis. 10. appendTo() While there are many ways to use appendTo(), I find myself taking advantage of it when dealing with dual listboxes. With that one little command, I can move listitems from one listbox to another with no [...]

January 09 / 2010
Author bill sternberger
Category Html, jquery
Comments 1 Comment