MShah schrieb:
Thanks Chrsitopher for responding. Could u please let me know how exactly do
u go about adding multiple editable areas on the page in Lenya. Right now I
added a resource and when I create a new resource type and try to edit it
using bxe editor I get one single editor instance for the entire document.
Can I have one bxe edit for flash content and another for the text content
at the bottom of the page.
If you use BXE it is quite easy to have multiple editable areas – just
add the bxe_xpath attribute to these areas in the XSLT:
<body>
<div bxe_xpath="/document/area1">
…
</div>
<div bxe_xpath="/document/area2">
…
</div>
</body>
HTH,
-- Andreas
Any inputs in this regards will be much appreciated.
Best regards,
Monisha
Christopher Wagner-3 wrote:
Hi Moni!
@Questions 1+2:
I'm currently working on exactly this. Our company needs a very special
content management system that
allows mixing data from different sources (database, ldap, static html,
etc). AFAIK Lenya does not support
embedded XHTML pages - so we have to extend its functionality :)
This is a very tricky task just because Lenya is not documented very well.
:(
What you need is a "Custom Resource Type" (see tutorial on the Lenya
website) with a custom RNG schema
and a usecase that first creates the resource type document and then
copies
the template documents (fragments)
for the editable areas.
The XSLT of this resource type has to render out IFRAMES which request the
document fragments with the
usecase "bxe.edit" or "kupu.edit" (depending on the WYSIWYG editor you
want
to use).
There will be a lot of questions coming up while creating the resource
type
and the usecase - just email :)
So long,
Chris :)
On Thu, Nov 13, 2008 at 2:04 AM, MShah <[email protected]> wrote:
I am very new to Lenya and CMS all together. We had a couple questions
and
would appreciate any help we can get. The questions we have are as
follows:
1. Is it possible to have multiple WYISIWIG editable areas on a page?
2. Can you specify the size of the editable area and how does that work?
3. Can lenya handle search and forms submission, basically having
dynamic
apps within a site?
Any input regarding the above 3 questions will be much appreciated.
Best regards,
Moni
--
View this message in context:
http://www.nabble.com/WYISIWIG-and-dynamic-apps-in-lenya----Newbie-questions-tp20472858p20472858.html
Sent from the Lenya - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
--
Andreas Hartmann, CTO
BeCompany GmbH
http://www.becompany.ch
Tel.: +41 (0) 43 818 57 01
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]