You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by Yura Taras <yu...@gmail.com> on 2006/10/16 15:22:34 UTC

[1.2] FCKEditor custom document types

Hi all.
I have custom document types in my publication. I've read
http://wiki.apache.org/lenya/HowToEditCustomDoctypesWithBXE page and
configured BXE to edit my doctypes.
But BXE does not support copy&paste from other pages (at least it
don't work on my Firefox nor in Lenya neither on BXE site demo). So i
need other WYSIWYG editor. I like FCKEditor, but I don't know how to
manage FCKEditor work with my document types. Is it possible? Has
anyone managed to do this before? If so, please, post your solution.
Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: [1.2] FCKEditor custom document types

Posted by Jörn Nettingsmeier <po...@uni-duisburg-essen.de>.
Yura Taras wrote:
> Hi all.
> I have custom document types in my publication. I've read
> http://wiki.apache.org/lenya/HowToEditCustomDoctypesWithBXE page and
> configured BXE to edit my doctypes.
> But BXE does not support copy&paste from other pages (at least it
> don't work on my Firefox nor in Lenya neither on BXE site demo).

this is a security restriction.
there is a workaround for this issue: you can add a new paste button 
that will open a textarea, to which you can paste.
the downside is that each paste is now three clicks instead of one.

it has been fixed for 1.4, the patch is attached. you should be able to 
apply it to 1.2 with only minimal changes.

perhaps some of the devs who are using 1.2 could backport the fix and 
commit it?



> So i
> need other WYSIWYG editor. I like FCKEditor, but I don't know how to
> manage FCKEditor work with my document types. Is it possible? Has
> anyone managed to do this before? If so, please, post your solution.
> Thanks.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
> For additional commands, e-mail: user-help@lenya.apache.org
> 
> 


Re: [1.2] FCKEditor custom document types

Posted by Yura Taras <yu...@gmail.com>.
Hi, Renaud, hi Jörn
Thanks for answering.
> please try http://issues.apache.org/bugzilla/show_bug.cgi?id=40732, this
> should be working in the latest trunk version of Lenya 1.4. You can
> apply it to your version if you want.
Ok, I'll try to apply this patch to my publication. Anyway, just for
interest, is there a way to use FCK?
My doctype looks like:
<moviereview>
<lenya:meta> .... </lenya:meta>
<!-- Additional data for movie, i.e. category, screenshots etc. -->
<xhtml:body> <!-- This is a text that I want to edit --> </xhtml:body>
</moviereview>

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: [1.2] FCKEditor custom document types

Posted by Renaud Richardet <re...@wyona.com>.
Hello Yura,

Yura Taras wrote:
> Hi all.
> I have custom document types in my publication. I've read
> http://wiki.apache.org/lenya/HowToEditCustomDoctypesWithBXE page and
> configured BXE to edit my doctypes.
> But BXE does not support copy&paste from other pages (at least it
> don't work on my Firefox nor in Lenya neither on BXE site demo)
please try http://issues.apache.org/bugzilla/show_bug.cgi?id=40732, this 
should be working in the latest trunk version of Lenya 1.4. You can 
apply it to your version if you want.
> . So i
> need other WYSIWYG editor. I like FCKEditor, but I don't know how to
> manage FCKEditor work with my document types. Is it possible? Has
> anyone managed to do this before? If so, please, post your solution.
FCK can only edit XHTML. Can you tell us a little more about your custom 
document type?

HTH,
Renaud


-- 
Renaud Richardet
COO America
Wyona    -   Open Source Content Management   -   Apache Lenya
office +1 857 776-3195                  mobile +1 617 230 9112
renaud.richardet <at> wyona.com           http://www.wyona.com


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org