简体   繁体   中英

TinyMCE Package

I am developing an article management system using asp.net 3.5 and c#. I want to use the TinyMCE editor and want to write a plugin for choosing photos from a folder on the server.

Which Package/s do I need to download ? "Main package" or "Development package" or ".NET package" or a combination of them ?

http://tinymce.moxiecode.com/download.php

Thanks

When you are developing you will want the following:

Development Package - This has everything you need to set up plus some development tools and plugins that might make your life easier.

.Net Package - This gives you some additional .Net specific functionality and plugins. You need this in addition to the Development Package.

JQuery Package - If you want a JQuery enabled functionality you can load this. Like the .Net Package, this is an addon to the Development Package.

Compressor .Net - You will want this to zip all of the javascript files into a single file for faster streaming. This is optional but it is good to think about because TinyMCE creates a lot of javascript loading activies.

When you go to production you might want to consider switching out Development Package for Main Package, which is smaller and more compact but without all of the development addons for debugging purposes.

Good luck!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM