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 Kristen: http://wiki.apache.org/lenya/HowToIntegrateFCKEditor ------------------------------------------------------------------------------ This code is basically the same as `org.apache.lenya.cms.cocoon.acting.OneFormEditorSaveAction.java`, with a few modifications. Validation needs to be added here. - 8. Add the following action to `sitemap.xmap`: + 8. Add the following action to `lenya/webapp/lenya/sitemap.xmap`: {{{ <map:action name="frededitorsave" logger="sitemap.action.frededitormsave" src="org.apache.lenya.cms.cocoon.acting.FredSaveAction" /> @@ -340, +340 @@ }}} - To get Fred to work with all your pubs, you will need to copy `fckeditor-usecase.xmap` to each publication. + To get Fred to work with all your pubs, you will need to copy `usecase-fckeditor.xmap` to each publication. This is still very much a work in progress. This will get Fred to load with content and save the content, but the validation and asset insertion have not been implemented yet. In addition, I'm sure there's a better way to get the lenya tags in the document when saving rather than hard coding them in the xsl file. The `fckeditor-usecase.xmap` also needs to be cleaned up. Any suggestions or comments are welcome! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
