Changes between Version 20 and Version 21 of S3/S3Navigation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Navigation

    v20 v21  
    111111
    112112||='''Attribute'''=||='''Type'''=||='''Contents'''=||='''Comments'''=||
    113 ||'''controller'''||string||controller name of the item target URL||don't use directly, use get method instead||
    114 ||'''function'''||string||function name of the item target URL||don't use directly, use get method instead||
    115 ||'''application'''||string||application name of the item target URL||don't use directly, use get method instead||
     113||'''controller'''||string||controller name of the target URL||don't use directly, use get method instead||
     114||'''function'''||string||function name of the target URL||don't use directly, use get method instead||
     115||'''application'''||string||application name of the target URL||don't use directly, use get method instead||
    116116||'''r'''||request object||the request this item got matched against||defaults to current.request||
    117 ||'''args'''||list of strings||the args for the item target URL|| ||
    118 ||'''vars'''||dict of strings||the query variables for the item target URL|| ||
    119 ||'''extension'''||string||the format extension for the item target URL|| ||
    120 ||'''tablename'''||string||the name of the target table of the item target URL|| ||
     117||'''args'''||list of strings||the args for the target URL|| ||
     118||'''vars'''||dict of strings||the query variables for the target URL|| ||
     119||'''extension'''||string||the format extension for the target URL|| ||
     120||'''tablename'''||string||the name of the target table of the target URL|| ||
    121121||'''attr'''||dict||the HTML attributes||as passed during item definition||
    122122||'''opts'''||dict||the renderer options||as passed during item definition||
    123 
     123||'''authorized'''||Flag||whether the current user is permitted to access the target URL|| ||
     124||'''enabled'''||Flag||whether the item is enabled|| ||
     125||'''visible'''||Flag||whether the item shall be visible||renderers should always respect this flag||
     126||'''selected'''||Flag||whether the item belongs to the currently selected menu path|| ||
     127||'''parent'''||navigation item||the parent item||None if this is a top-level item||
     128||'''components'''||list of navigation items||all sub-items for this item||empty list if this is a leaf item||
    124129==== Introspection Methods ====
    125130