Hi all,
1/ Is there any chance of geting the full content of the pages
connected to the containter ? not haveing to get the content of each
element of the page connected to the container
2/ Any chance of doing it not useing RQL ?
Quick overwiev of the problem :
I have a page with the con_containter, and i would like to make it
inherint the content of the parent page con_container if the user
haven't created/connected any page to tht page con_container
i have the base setupy ready:
<reddot:cms>
<if>
<query valuea="Context:CurrentIndex.Id" operator="=="
valueb="Context:LastIndex.Id">
<foreach itemname="Item"
object="Context:CurrentIndex.Parent.Page.Elements.GetElement(con_header).Value">
<htmltext>??? problem here ???</htmltext>
</foreach>
</query>
<query type="else">
<htmltext>
<navigation:nextlevel>
</htmltext>
</query>
</if>
</reddot:cms>
--
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reddot-cms-users?hl=en.