- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Page Uid in PageGroup function
Hello All,
I need to get the page Uid value from the page group function.
is it possible to get the Uid value from #nav object?
<CMS_HEADER>
<CMS_FUNCTION name="PageGroup" resultname="fr_pt_pageGroup">
<CMS_CDATA_PARAM name="delimiter"><![CDATA[<br>]]></CMS_CDATA_PARAM>
<CMS_CDATA_PARAM name="directoryRendering"><![CDATA[<a href="$CMS_REF(#nav.ref)$">test$CMS_VALUE(#nav.label)$</a>]]></CMS_CDATA_PARAM>
<CMS_CDATA_PARAM name="directoryRenderingSelected"><![CDATA[<a href="$CMS_REF(#nav.ref)$">test$CMS_VALUE(#nav.label)$</a>]]></CMS_CDATA_PARAM>
</CMS_FUNCTION>
</CMS_HEADER>
Thank you
- Labels:
-
Developers
- Tags:
- pagegroup
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
#nav.ref.uid
See here for a complete description: http://www.e-spirit.com/odfs51/Template-development/Template-syntax/System-objects/nav/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
#nav.ref.uid
See here for a complete description: http://www.e-spirit.com/odfs51/Template-development/Template-syntax/System-objects/nav/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
do you need further help or did Peter's reply already help you? If so it would be great if you mark his reply as "correct answer".
Best regards
Michaela

