Changes between Version 8 and Version 9 of S3/S3Navigation
- Timestamp:
- 03/05/12 12:57:38 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Navigation
v8 v9 92 92 ||check_hook||Runs the check-hook methods defined for this item||if this returns False, neither check_enabled nor the renderer will be run|||| 93 93 94 === Rendering Navigation Items ===94 === Implementing Layouts === 95 95 96 To render a navigation element, just put it into the view like: 96 === Invoking the Renderer === 97 98 To render a navigation element (i.e. to run the layout method), just put it into the view like: 97 99 98 100 {{{ … … 100 102 }}} 101 103 102 This will call the layout method of the element, provided whenever the element is ''active'' (i.e. relevant for the current request). 103 104 This will call the layout method of the element, provided that the element is ''active'' (i.e. relevant for the current request). 104 105 === Implementing Layouts === 105 106