I would like to define the level at which a certain navigation
template starts redering in a config file and not in the navigation
template properties. The value should be stored in a standard field.
My problem:
-I can't use a numeric-type standard field, as only text-type standard
fields may be queried (known rendertag bug, afaik).
Consequently, Elements.GetElement(String:std_xy).Value is returned as
a string.
Therefore, I'm not able to use this string in a if-query with a 'eqgt'
operator as in the following example.
<if>
<query valuea="Context:CurrentDepth" operator="eqgt"
valueb="Context:CurrentIndex.GetRootIndex().Page.Elements.GetElement(String:std_xy).Value">
Is there any way i can use the stored value
--
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.