Changes between Version 5 and Version 6 of S3/S3Navigation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Navigation

    v5 v6  
    4343}}}
    4444
    45 Each particular item can receive any number of keyword parameters. The following keyword parameters are used by the base-class:
     45Each navigation item can receive any number of keyword parameters.
     46
     47The following keyword parameters are used by the base-class:
    4648
    4749||='''Keyword'''=||='''Type'''=||='''Meaning'''=||='''Comments'''=||
     
    6668||'''mandatory'''||boolean||override active check - item is always active||''not implemented yet''||
    6769
    68 All other keyword parameters will be stored in the item instance and passed on to the {{{layout}}} method - keywords starting with an "_" underscore will be stored in {{{item.attributes}}}, all other keywords in {{{item.options}}} (it is up to the layout method to deal with those then).
    69 
     70All other keyword parameters will be stored in the item instance as they are and get passed on to the {{{layout}}} method. Keywords starting with an "_" underscore will be stored in the {{{item.attributes}}} dict, all other keywords in the {{{item.options}}} dict. It is up to the layout method to deal with those keyword parameters then.
    7071=== Item Status ===
    7172