Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change notification.
The following page has been changed by TimHannigan: http://wiki.apache.org/lenya/HowToIntegrateTinyMCEEditor ------------------------------------------------------------------------------ <!-- end edit for tiny_mce --> }}} + + == 2. Edit the generic.xsp file in your publication (config/menus) , == + + find the line that says: + {{{ + <item wf:event="edit" uc:usecase="bxeng" uc:step="open" href="?"><i18n:text>Edit with BXE</i18n:text></item> + }}} + + and paste the following line right after it: + {{{ + <item wf:event="edit" uc:usecase="tiny_mce" uc:step="open" href="?"><i18n:text>Edit with TinyMCE</i18n:text></item> + }}} + + - == 2. From the attachment package , == + == 3. From the attachment package , == Copy the contents of the "copy contents to lenya/xslt" into your /lenya/xslt directory. - == 3. From the attachment package, == + == 4. From the attachment package, == Copy the contents of the "copy contents to lenya/xslt" into your /lenya/usescases directory. - == 4. Download the TinyMCE package from the website: http://tinymce.moxiecode.com/ == + == 5. Download the TinyMCE package from the website: http://tinymce.moxiecode.com/ == Extract the following directory from the TinyMCE distribution into your newly created (through the copy in step 2) /lenya/usecases/tiny_mce directory --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
