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=6&rev2=7 -------------------------------------------------- * 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 patch is appended to this page (see installation intructions below) - . 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]]. @@ -35, +33 @@ . '''Important''': this is different from Tiny 2.x, where you unpack them at the higher level! - * Unpack the patch mentioned above in + * Unpack the attached [[attachment:tinymce3patch.zip]] mentioned above in + . ..../modules/tinymce/resources/ + + * Modify the file + - . ..../modules/tinymce/resources/tinymce/jscripts/tiny_mce/plugins/ + . ..../modules/tinymce/resources/javascript/tiny_config.js + + . by adding the following line to the list of configuration options: + + {{{popup_css_add : "../modules/tinymce/css/lenya_dialog.css",}}} + + . (This will make images and tables comply with the html strict schema, by showing only allowed attributes in the image and table popups.) * (Optional but recommended) Modify the file --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lenya.apache.org For additional commands, e-mail: dev-h...@lenya.apache.org