Changes between Version 28 and Version 29 of S3/S3Navigation
- Timestamp:
- 03/05/12 14:08:47 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Navigation
v28 v29 270 270 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. 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 rendered properly, or even better use render_components() of the current item.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. 273 273 === Invoking the Renderer === 274 274