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 BobHarner: http://wiki.apache.org/lenya/HowToIntegrateFCKEditor The comment on the change is: Fixed missing </script> problem causing IE not to load the javascript ------------------------------------------------------------------------------ <!-- Namespaces are doctype specific and will be added during aggregation --> + <!-- space is required before closing script tags below --> - <script src="/fckeditor/fckeditor.js"type="text/javascript" /> + <script src="/fckeditor/fckeditor.js" type="text/javascript"> </script> - <script src="/fckeditor/invokeEditor.js" type="text/javascript" /> + <script src="/fckeditor/invokeEditor.js" type="text/javascript"> </script> <title>FCKEditor Editor</title> @@ -54, +55 @@ <body onload="invoke();"> <form id="myform" action="/default/authoring/index.html?lenya.usecase=fckeditor&lenya.step=save" method="POST"> - <textarea id="EditTextArea"><xsl:copy-of select="xhtml:html/xhtml:body/node()"/></textarea> + <textarea id="EditTextArea" rows="40" cols="80"><xsl:copy-of select="xhtml:html/xhtml:body/node()"/></textarea> </form> </body> @@ -88, +89 @@ `<item wf:event="edit" uc:usecase="bxeng" uc:step="open" href="?"><i18n:text>Edit with BXE</i18n:text></item>` (around line 127): {{{ - <item wf:event="edit" uc:usecase="fckeditor" uc:step="open" href="?"><i18n:text>FCK Editor</i18n:text></item> + <item wf:event="edit" uc:usecase="fckeditor" uc:step="open" href="?"><i18n:text>Edit with FCKeditor</i18n:text></item> }}} 7. Copy `lenya/pubs/pubname/usecase-bxeng.xmap` to same directory and rename it to `usecase-fckeditor.xmap` --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
