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

------------------------------------------------------------------------------
  
  9. Copy `lenya/pubs/pubname/usecase-bxeng.xmap` to same directory and rename 
it to `usecase-fckeditor.xmap`
  
- a. Modify the `<!-- == Components == -->` section of the document to only 
contain `<map:components/>`
- 
- b. Modify `<map:match pattern="request2document">` to contain the following:
+ a. Modify `<map:match pattern="request2document">` to contain the following:
  
  {{{
       <map:match pattern="request2document">
@@ -195, +193 @@

      </map:match> 
  }}}
  
- c. Replace `<map:match type="usecase" pattern="bxeng">` with `<map:match 
type="usecase" pattern="fckeditor">`
+ b. Replace `<map:match type="usecase" pattern="bxeng">` with `<map:match 
type="usecase" pattern="fckeditor">`
  
- d. Replace `<map:match type="step" pattern="open">` usecase step with the 
following:
+ c. Replace `<map:match type="step" pattern="open">` usecase step with the 
following:
  
  {{{
  <map:match type="step" pattern="open">
@@ -234, +232 @@

  
  }}}
  
- e. After the open step add the save step:
+ d. After the open step add the save step:
  
  {{{
  
@@ -392, +390 @@

  <script type="text/javascript">
  var errorCode = <xsl:value-of select="$errorCode"/>;
  var name = "<xsl:value-of select="$name"/>";
- alert(name);
  window.parent.frames['frmUpload'].OnUploadCompleted(0,name);
  </script>
  </html>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to