Changes between Version 32 and Version 33 of S3/S3Navigation
- Timestamp:
- 03/05/12 14:25:50 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Navigation
v32 v33 133 133 S3NavigationItem provides a number of helper methods for item introspection: 134 134 135 Get a sub-item of this item :135 Get a sub-item of this item at position i: 136 136 {{{ 137 137 sub_item = item[i] … … 149 149 }}} 150 150 151 Get the path (list of items) from the root item down to this item:151 Get the ancestor path (list of items) from the root item down to this item: 152 152 {{{ 153 153 path = item.path()