Hi, Good question. It follows the navigation order instead of the SmartTree order.
You can select lst_Products, action menu, edit navigation order. You don't see that option? Well, the content class that holds lst_Products is not a master page, and lst_Product is not a designated list for navigation. That's why you don't see it. Also, if you are using version 10+. By the way, why are you using rendertag to loop through pages? You can use the list blockmark to achieve the same results with greater system performance. Best, -Jian On Wednesday, March 13, 2013 4:03:46 PM UTC-4, Carlos Martínez wrote: > > Does anybody know which order are the pages of a list processed when > looping thru it using the foreach Render tag? > > This is the code I'm using: > > <reddot:cms> > <foreach itemname="item" > object="Context:CurrentPage.Elements.GetElement(lst_Products).Value" > countername="counter"> > <htmltext> > ... > Name: <%!! Store:item[Int32:counter].Headline !!%> > ... > </htmltext> > </foreach> > </reddot:cms> > > > Keep in mind that any changes made in the Page Order of the list is not > reflected on the rendered result. > > Thanks > Carlos Martinez > > -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/reddot-cms-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
