3 people following this project (follow)

Project Description
Add-on to Orchard's built-in TinyMce module. This module allows you to use all the TinyMce plugins available in the TinyMce "Full Package" download (http://www.tinymce.com/download/custom_package.php).

To use TinyMceDeluxe:

  1. Enable the module
  2. Override orchard-tinymce.js:
    1. Copy TinyMceDeluxe\Scripts\samples\orchard-tinymce.js to your Scripts/ folder
    2. Declare it in your ResourceManifest.cs
    3. Modify your copy of orchard-tinymce.js according to the plugins you want to use. There are some instructions in the file itself.

Integrate your site's styles into TinyMce

  • In orchard-tinymce.js, set the value of the content_css property to the url of your site's .css file (e.g., content_css: "/Themes/MyTheme/Styles/Site.css")

Last edited Feb 5 at 4:14 AM by TheMonarch, version 7