Changes between Version 25 and Version 26 of S3/S3Navigation
- Timestamp:
- 03/05/12 14:04:06 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Navigation
v25 v26 256 256 }}} 257 257 ==== Rendering Methods ==== 258 259 Instead of stepping through the sub-items and recursively rendering the descendant tree, the render can use: 260 261 {{{ 262 sub_items = item.render_components() 263 }}} 264 265 to have this automated. This will render all sub-items in the order they are defined, and return the result as a list of web2py HTML helper instances. 258 266 === Invoking the Renderer === 259 267