Changes between Version 30 and Version 31 of S3/S3Navigation


Ignore:
Timestamp:
03/05/12 14:10:57 (13 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Navigation

    v30 v31  
    270270This will status-check and render all sub-items in the correct order, and return the result as a list of web2py HTML helper instances.
    271271
    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.
    273273=== Invoking the Renderer ===
    274274