When developing, you will want the following:
Development package - it has everything you need to configure, as well as some development tools and plugins that can make your life easier.
.Net Package - this gives you additional functionality and .Net plugins. You need this in addition to the development package.
JQuery Package - if you want to use the jQuery functions, you can download this. Like the .Net package, this is an addition to the development package.
Compressor.Net - you need this to zip all javascript files into one file for faster streaming. This is optional, but it’s good to think about it because TinyMCE creates many downloadable javascript events.
When you go to production, you may want to abandon the development package for the main package, which is smaller and more compact, but without all the additional development add-ons for debugging.
Good luck
Tim c source share