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 The comment on the change is: Clarified how to modify usecase-fckeditor.xmap ------------------------------------------------------------------------------ } }}} - 3. In `lenya/webapp/lenya/resources/misc/` copy the entire `bxeng` folder to `fckeditor`. Modify the new folder's `index.xhtml` to contain the following: + 3. In `lenya/webapp/lenya/resources/misc/` copy the entire `bxeng` folder and paste it into the same directory and rename it `fckeditor`. Modify the new folder's `index.xhtml` to contain the following: {{{ <?xml version="1.0"?> @@ -126, +126 @@ c. Replace `<map:match type="usecase" pattern="bxeng">` with `<map:match type="usecase" pattern="fckeditor">` - d. Replace everything under `<!-- Check for BXENG -->` with the following: + d. Replace `<map:match type="step" pattern="open"> usecase step with the following: {{{ + <map:match type="step" pattern="open"> <!-- Check for FCK Editor --> <map:act type="resource-exists" src="../../resources/fckeditor/fckeditor.js"> <map:act type="reserved-checkout"> @@ -154, +155 @@ <map:call resource="style-cms-page"/> <map:serialize type="html"/> </map:match> + + }}} + + e. After the open step add the save step: + + {{{ <map:match type="step" pattern="save"> <map:act type="request-parameter-exists"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
