Changes between Version 8 and Version 9 of S3/S3Navigation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Navigation

    v8 v9  
    9292||check_hook||Runs the check-hook methods defined for this item||if this returns False, neither check_enabled nor the renderer will be run||||
    9393
    94 === Rendering Navigation Items ===
     94=== Implementing Layouts ===
    9595
    96 To render a navigation element, just put it into the view like:
     96=== Invoking the Renderer ===
     97
     98To render a navigation element (i.e. to run the layout method), just put it into the view like:
    9799
    98100{{{
     
    100102}}}
    101103
    102 This will call the layout method of the element, provided whenever the element is ''active'' (i.e. relevant for the current request).
    103 
     104This will call the layout method of the element, provided that the element is ''active'' (i.e. relevant for the current request).
    104105=== Implementing Layouts ===
    105106