Hi all,

i am just wondering if it is possible to use the nice dms-Tree inside my
Website. Thus users will be able to organize their documents themselves
without accessing the AdminCentral. Is that possible and if yes, how?

Regards

Thomas

-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 4. August 2008 15:48
An: [email protected]
Betreff: Re: [magnolia-user] newbie paragraph help needed

Allan Boyd wrote:
> Hi,
> 
> I have just started playing with Magnolia. I have created the
helloworld template and a page to use this template also called
helloworld and this works fine.
> 
> Then I decided I wanted to add my own paragraph. So I created a
paragraph template called orderedList and put this under the
templating/paragraphs node in a folder called tmp.

It's better to do this under /modules/yourmodule/paragraphs.

> Next I am trying to figure out how to use the paragraph template to
put a paragraph that is an ordered list into my helloworld page.

Use the cms tags for this, not the JCR Browser.

<cms:contentNodeIterator
contentNodeCollectionName="mainColumnParagraphs">
   <cms:editBar adminOnly="true" />
   <cms:includeTemplate />
</cms:contentNodeIterator>

<cms:newBar
   adminOnly="true"
   contentNodeCollectionName="mainColumnParagraphs"
   paragraph="tmp" />

Cheers
Philippe


----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------


----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------

Reply via email to