Changes between Version 26 and Version 27 of S3/S3Navigation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Navigation

    v26 v27  
    264264
    265265to 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
     267Note 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.
    266268=== Invoking the Renderer ===
    267269