Changes between Version 37 and Version 38 of S3/S3Navigation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Navigation

    v37 v38  
    370370=== Custom Options Menus ===
    371371
    372 To customize a controller menu, you can override the standard menu in the s3_menu_dict, e.g.:
     372To customize a controller menu, you can override the standard menu in the {{{s3_menu_dict}}} in the second section of {{{models/01_menu.py}}}, e.g.:
    373373
    374374{{{
     
    394394}}}
    395395
    396 All controller menus which are not defined in s3_menu_dict fall back to the standard definition in S3OptionsMenu in modules/eden/menus.py.
     396All controller menus which are not defined in {{{s3_menu_dict}}} fall back to the standard definition in {{{S3OptionsMenu}}} in {{{modules/eden/menus.py}}}.
    397397
    398398Options menus which are to be shared by multiple controllers must ''not'' define the controller in the root item, but instead at the first sub-item level.
    399399
    400 Items which shall match multiple functions can take a list of function names for the parameter f, where the first function name is used to render the URL, i.e.:
     400Items which shall match multiple functions can take a list of function names for the parameter {{{f}}}, where the first function name is used to render the URL, i.e.:
    401401
    402402{{{