开发者

TinyMCE Package

I am developing an article management sys开发者_如何学编程tem 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!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜