Changes between Version 5 and Version 6 of S3/S3Navigation
- Timestamp:
- 03/05/12 12:53:51 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified S3/S3Navigation
v5 v6 43 43 }}} 44 44 45 Each particular item can receive any number of keyword parameters. The following keyword parameters are used by the base-class: 45 Each navigation item can receive any number of keyword parameters. 46 47 The following keyword parameters are used by the base-class: 46 48 47 49 ||='''Keyword'''=||='''Type'''=||='''Meaning'''=||='''Comments'''=|| … … 66 68 ||'''mandatory'''||boolean||override active check - item is always active||''not implemented yet''|| 67 69 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 70 All 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. 70 71 === Item Status === 71 72