Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Can't see it in the package is there any ordering or max elements so that the nav can be controlled a bit more?
Hi Steve,
How about adding it yourself, should be quite simple. Make sure to do the ordering before getting max elements
<xsl:sort select="field" type="type" order="ascending|descending" />
Cheers,
/Dirk
Thanks for the fast respone.
Max Elements??
C'mon Steve, LMGTFY... need to use the position() xslt function...
<xsl:for-each select="$yourNodeSet"><xsl:if test="position() <= $yourMaxElements"><!-- process element --></xsl:if></xsl:for-each>
Question if were are using this for two navigations both page and site how do we appliy two separate css styles per type?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Top Navigation Ordering
Can't see it in the package is there any ordering or max elements so that the nav can be controlled a bit more?
Hi Steve,
How about adding it yourself, should be quite simple. Make sure to do the ordering before getting max elements
<xsl:sort select="field" type="type" order="ascending|descending" />
Cheers,
/Dirk
Thanks for the fast respone.
Max Elements??
C'mon Steve, LMGTFY... need to use the position() xslt function...
Cheers,
/Dirk
Question if were are using this for two navigations both page and site how do we appliy two separate css styles per type?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.