Hello,
I am trying to get some secondary navigation going using the
genericNav component... it works fine if I want to have nested
information, but I am only interested in items at the current level.
I am using the "getSiblings" function but the "bIncludeSelf" flag
doesnt seem to work (setting it to either "1" or "true"). So if I have
nodes (1, 2, 3, 4) and I select node 3 I will only have (1, 2, 4) in
the nav list.
I can call it using something as simple as:
<pwSkin:genericNav functionMethod="getSiblings"
navID="#request.navid#" depth="1" bIncludeSelf="true">
Or something more complicated:
<pwSkin:genericNav
functionMethod="getSiblings"
functionArgs="jointable=""dmNavigation"",
status=""#request.mode.lvalidstatus#"""
class="item"
depth="1"
startlevel="3"
bIncludeSelf="true"
bActive="true"
bIncludeHome="false"
bHideEmptyNodes="true">
I don't really want to have to add it manually as its position in the
list will change each time (if you manually add to start or end of the
list)
Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" 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/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---