hi everyone!
i'm trying to integrate the tinymce editor into lenya 1.4, based on a
skeleton module from wyona.
tinymce has this cool feature that allows you to turn arbitrary elements
into editor instances. that means you can tell it to take over
"div#body", and you don't need to do any ugly pre-processing. basically
you can take the page as is and add some javascript, and it becomes
editable.
now i want to circumvent the jxtemplate mechanism, because with it you
get all kinds of cruft by default, such as the lenya logo and a complete
set of html headers. not nice.
i found that you can specify a cocoon source as usecase view in the
xconf patchfile, which i did.
now i'm creating the usecase view in the module sitemap, but the problem
is that i need access to the continuation id and the name of the
usecase. in a jxtemplate, i could do this (taken from the fckeditor module):
<input type="hidden" name="lenya.continuation"
value="${continuation.id}"/>
<input type="hidden" name="lenya.usecase"
value="${usecase.getName()}"/>
is there any way to access this information via an input module in a
sitemap?
thanks in advance,
jörn
--
"I don't need backups. I need restore!" - Trad.
--
Jörn Nettingsmeier, EDV-Administrator
Institut für Politikwissenschaft
Universität Duisburg-Essen, Standort Duisburg
Mail: [EMAIL PROTECTED], Telefon: 0203/379-2736
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]