Richard, When you say "session level" do you mean like in a server side session variable? So let's say I am logged in to the CMS and I am editing a page. Will the Store:Set and Store:Get values be available only to me in my session or to all the users in my project?
Thanks again, Evandro. On Thursday, March 22, 2012 3:23:58 AM UTC-4, Richard Hauer (5 Limes) wrote: > > You can use Store:Set( key, val ) and Store:Get( key ), which operate at > the session level (*warning*) to store and retrieve arbitrary values. > > Remember, these are at the session level so be careful with your keys. > > > > Regards, > > Richard Hauer > > Solution Architect > > *p* +61 2 9321 1555 | *d* +61 2 9321 1556 | *m* +61 414 189 170 > > > > On 21 March 2012 22:31, Evandro Moreno wrote: > > Hi everyone, > > > > Is there a way to store information using a render tag inside a navigation > template? > > > > Here is the situation: I have to apply a different style to the current > index headline based on if the previous index in the same level had > children indexes or not. For example, if the site had the following > structure, > > > > Page 1 > > Subpage A > > Subpage B > > *Page 2* > > Page 3 > > > > I want the "Page 2" headline to show in a different color. > > > > Since there isn't a Context:NextIndex or Context:PreviousIndex render tag > I need to learn if the CurrentIndex has a child, store this info somewhere > an read it in the next index of the same level. > > > > I thought about using vbscript or php. However, I don't think that the > results would show on the SmartEdit mode, which will confuse my users. > > > > Any ideas and help would be greatly appreciated. > > > > Best. > > > -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/reddot-cms-users/-/zBaN7r0unmQJ. 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.
