Changes between Version 25 and Version 26 of S3/S3Navigation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Navigation

    v25 v26  
    256256}}}
    257257==== Rendering Methods ====
     258
     259Instead of stepping through the sub-items and recursively rendering the descendant tree, the render can use:
     260
     261{{{
     262    sub_items = item.render_components()
     263}}}
     264
     265to 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.
    258266=== Invoking the Renderer ===
    259267