views:

50

answers:

0

Hi all,

I want to use more then one TinyMCE package in my ASP.Net Project. For example to use the Development Package and the jQuery Package . According to TinyMCE web site the zip files of those TinyMCE packages should be extracted in your wwwroot or site domain root folder.

The problem is that all the different packages unzip to the same folder name( tinymce). I can rename them, for example to TinyMCEDev and TinyMceJQuery . But how do I avoid the code redundancy issues ?

Thanks