From: "Jim Douglas" <[EMAIL PROTECTED]>
Reply-To: user@lenya.apache.org
To: user@lenya.apache.org
CC: [EMAIL PROTECTED]
Subject: Re: Evaluation of Lenya
Date: Mon, 24 Apr 2006 19:57:07 +0000
I took your advice and tried to integrate TinyMCE into Lenya for my Leny
Evaluation demo. I am having a problem you may have encountered..is so can
you let me know haw you solved it.
I did the following in
lenya/webapp/lenya/pubs/library/config/menus/generic.xsp
<item wf:event="edit" uc:usecase="tiny_mce" uc:step="open"
href="?"><i18n:text>Edit with TinyMCE</i18n:text></item>
and getting this error:
" The requested document '/index.html' with document-id '/index' does
not exist."
the url is:
authoring/index.html?&lenya.event=edit&lenya.usecase=tiny_mce&lenya.step=open
Thanks,
Jim
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I went into the
<map:match type="step" pattern="open">
<!-- Check for TinyMCe Editor -->
<map:act type="resource-exists"
src="jscripts/tiny_mce/tiny_mce.js">
to this,
<map:match type="step" pattern="open">
<!-- Check for TinyMCe Editor -->
<map:act type="resource-exists"
src="tinymce/jscripts/tiny_mce/tiny_mce.js">
...and now it takes me to the page to edit when I click TinyMCE from the
Lenya menu. The problem I have now is that I have no TinyMCE controls and
only a text area to change text and a "Cance/"Exit" button? Damn.
A little help anybody?
Jim
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]