Changes between Version 30 and Version 31 of S3/S3Navigation
- Timestamp:
- 03/05/12 14:10:57 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Navigation
v30 v31 270 270 This will status-check and render all sub-items in the correct order, and return the result as a list of web2py HTML helper instances. 271 271 272 '''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 status-checked and rendered properly, or even better use render_components() of the current item.272 '''Note''' that the layout method should never render sub-items itself: they could be of a different class! Always run the sub-item's render() method in order to have it properly status-checked and rendered, or even better use render_components() of the current item. 273 273 === Invoking the Renderer === 274 274