Using Multiple TinyMCE Packages in a web site asp.net

Posted by ProgNet on Stack Overflow See other posts from Stack Overflow or by ProgNet
Published on 2010-03-11T17:50:25Z Indexed on 2010/03/11 17:54 UTC
Read the original article Hit count: 594

Filed under:
|
|
|
|

Hi all,

I got a detailed answer to my previous question about TinyMCE editor (link text)

The answer raised a new question .

In case I want to use more then one TinyMCE package in my ASP.Net Project For example to use the Development Package and the .Net Package(Or use the Development Package , the .Net Package and the JQuery Package ). what steps do I need to take to include them in my solution?

In TinyMCE web site Installation page ( wiki.moxiecode.com/index.php/TinyMCE:Installation ) they wrote : "You should extract TinyMCE in your wwwroot or site domain root folder." But the problem is all the different packages unzip to the same folder name that is tinymce. There can't be more then one folder with the tinymce name in the site domain root folder. (files will be overwritten) Of course I can rename them for example to TinyMCEDev and TinyMceDotNet ,but what about code redundancy issues etc ?

Thanks

© Stack Overflow or respective owner

Related posts about tinymce

Related posts about ASP.NET