Re: How to import content from one node to another?
Michael Wechner <[email protected]> Wed, 30 May 2012 07:14:56 +0200
| Newsgroups | gmane.comp.cms.lenya.user |
|---|---|
| Message-ID | <[email protected]> |
Hi I am not sure if I really understand your question, but have you tried using an iframe? HTH Michael Am 29.05.12 23:06, schrieb Dn_rll: > Hello, > > I work for a company that uses Apache Lenya (2.0, I think) as it's back end. We > currently don't have anyone in house who knows how to configure or use it's high > level functions. I'm a content manager for the company, and I'm trying to learn > as best I can what I can get out of Lenya while not having administrative access > to the system. > > That being said, here is my question: > > From the gui (edit with one form), is it possible to create a reference to > another node's content that will bring it into the node being edited. For > example: > > Node A's output: > > http://www.google.com > > Node A: > > <html> > <head> > <title>New XHTML document</title> > </head> > <body> > <<reference to Node B's content>> > </body> > </html> > > > Node B: > > <html> > <head> > <title>New XHTML document</title> > </head> > <body> > http://www.google.com > </body> > </html> > > Is such a thing possible? I need this to be able to properly be able to interact > with some javascript that one of our developers has written. Being able to > create references like this will help to structure our node tree in a more user- > friendly manner. Thanks to anyone who can help in this regard. > > -D > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >