Changes between Version 28 and Version 29 of S3/S3Navigation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Navigation

    v28 v29  
    270270to 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.
    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 rendered properly, or even better use render_components() of the current item.
     272Note 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.
    273273=== Invoking the Renderer ===
    274274