Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change 
notification.

The "HowToInstallTinyMCE3.x" page has been changed by RainerSchoepf.
http://wiki.apache.org/lenya/HowToInstallTinyMCE3.x?action=diff&rev1=2&rev2=3

--------------------------------------------------

  == HowTo Install TinyMCE 3.x in Lenya 2.0.X ==
  === General remarks ===
- The TinyMCE 3.x API is different from the 2.x API. For that reason, all 
plugins have to be rewritten.  There is some information in the 
[[http://wiki.moxiecode.com/index.php/TinyMCE:Migration_guide|Migration Guide]].
+  * TinyMCE will not work if uploads are disabled. So either you set 
uploads.enable in local.build.properties, or you modify the
  
+  . build/lenya/webapp/WEB-INF/web.xml
+ 
+  . file as follows
+ 
+  . <init-param>
+   . <param-name>enable-uploads</param-name> <param-value>true</param-value>
+  </init-param>
+ 
+  . and restart lenya.
+ 
+  * The TinyMCE 3.x API is different from the 2.x API. For that reason, all 
plugins have to be rewritten.  There is some information in the 
[[http://wiki.moxiecode.com/index.php/TinyMCE:Migration_guide|Migration Guide]].
+ 
- A preliminary patch for the simplebrowser and unloadhandler plugins supplied 
with lenya is 
[[https://issues.apache.org/bugzilla/show_bug.cgi?id=50099|here]]. Unpack the 
zip file in the directory
+  . A preliminary patch for the simplebrowser and unloadhandler plugins 
supplied with lenya is 
[[https://issues.apache.org/bugzilla/show_bug.cgi?id=50099|here]]. Unpack the 
zip file in the directory
  
   . ..../modules/tinymce/resources/tinymce/jscripts/tiny_mce/plugins/
  
  === Basic Installation ===
- Get the TinyMCE Main package and Language packs from the 
[[http://tinymce.moxiecode.com/download.php|Download page]].
+  * Get the TinyMCE Main package and Language packs from the 
[[http://tinymce.moxiecode.com/download.php|Download page]].
  
- If you upgrade from tiny 2.x, make sure to delete all old files before 
installing.
+  * If you upgrade from tiny 2.x, make sure to delete all old files before 
installing.
  
- 1. Unpack the main package in
+  * Unpack the main package in
  
-  . ..../modules/tinymce/resources/
+  . ..../modules/tinymce/resources/  * Unpack the language packs in
  
- 2. Unpack the language packs in
  
-  . ..../modules/tinymce/resources/tinymce/jscripts/tiny_mce/
+  1. ..../modules/tinymce/resources/tinymce/jscripts/tiny_mce/
-  '''Important''': this is different from Tiny 2.x, where you unpack them at 
the higher level!
+  1. '''Important''': this is different from Tiny 2.x, where you unpack them 
at the higher level!
  
- 3. Unpack the patch mentioned above in
+  * Unpack the patch mentioned above in
  
-  . ..../modules/tinymce/resources/tinymce/jscripts/tiny_mce/plugins/
  
- 4. (Optional but recommended)  Modify the file
+  1. ..../modules/tinymce/resources/tinymce/jscripts/tiny_mce/plugins/
  
-  . ..../modules/tinymce/sitemap.xmap
+  * (Optional but recommended)  Modify the file
  
- as shown by the attached diff tinymce_sitemap.patch.
  
+  1. ..../modules/tinymce/sitemap.xmap
+ 
+  1. as shown by the attached diff tinymce_sitemap.patch.
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lenya.apache.org
For additional commands, e-mail: dev-h...@lenya.apache.org

Reply via email to