Changes between Version 26 and Version 27 of S3/S3Navigation
- Timestamp:
- 03/05/12 14:06:09 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Navigation
v26 v27 264 264 265 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. 266 267 Note that the layout method should never just render sub-items - because they could be of different classes. Always run the sub-item's render() method in order to have it rendered properly, or even better use render_components() of the current item. 266 268 === Invoking the Renderer === 267 269