Changes between Version 32 and Version 33 of S3/S3Navigation


Ignore:
Timestamp:
03/05/12 14:25:50 (13 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Navigation

    v32 v33  
    133133S3NavigationItem provides a number of helper methods for item introspection:
    134134
    135 Get a sub-item of this item:
     135Get a sub-item of this item at position i:
    136136{{{
    137137    sub_item = item[i]
     
    149149}}}
    150150
    151 Get the path (list of items) from the root item down to this item:
     151Get the ancestor path (list of items) from the root item down to this item:
    152152{{{
    153153    path = item.path()