3212 Posts in 847 Topics by 809 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1433 Views |
-
Position of Menu Item

4 February 2009 at 8:13am
Is there any built in functionality that shows the current position of a menu item within the Menu control? I need to output a specific class name for a list item if the link being output is first in the list.
If there's no built in functionality I'm sure it's possible through Page.php. I am just looking for an easy solution first.
-
Re: Position of Menu Item

4 February 2009 at 9:16am
Hey,
I think $Pos is available, it'll give you the position of the iterator.
-
Re: Position of Menu Item

4 February 2009 at 4:18pm
You can also use something like:
<li class="<% if First %>firstItem<% end_if %>">
...stuff...
</li>Take at look at http://doc.silverstripe.com/doku.php?id=built-in-page-controls#dataobjectset_options for more info.
-
Re: Position of Menu Item

5 February 2009 at 3:38am
I went with the <% if First %> solution. It worked perfectly. Thanks!
| 1433 Views | ||
|
Page:
1
|
Go to Top |



