Hi D, I found this in the manual:
<reddot:cms> <foreach itemname="item" object="Context:CurrentPage.Elements"> <htmltext> <tr> <td><%!! Store:item.Name !!%></td> <td><%!! Store:item.Type !!%></td> <td><%!! Store:item.GetHtml() !!%></td> </tr> </htmltext> </foreach> </reddot:cms> I did try it at one point on a template and it needed a bit of tweeking, (which I have now forgotton, sorry) but it did list all the elements. Hope it helps. Rich. On Jul 16, 11:56 am, D <[email protected]> wrote: > Hi guys. > > Do you know the RQL for listing all the elements of a content class? > I found this in the manual but it's not giving any results: > > <IODATA sessionkey="" loginguid=""> > <PROJECT> > <TEMPLATE action="load" guid=""> > <ELEMENTS childnodesasattributes="1" action="load"/> > <TEMPLATEVARIANTS action="list"/> > </TEMPLATE> > </PROJECT> > </IODATA> > > I put in the appropriate guids and key but I receive an empty response > from query. > > Thanks in advanced. > > D --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
