Changes between Version 50 and Version 51 of S3/S3Navigation


Ignore:
Timestamp:
04/29/13 12:52:40 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Navigation

    v50 v51  
    370370}}}
    371371
    372 All controller menus which are not defined in {{{s3_menu_dict}}} fall back to the standard definition in {{{S3OptionsMenu}}} in {{{modules/eden/menus.py}}}. Instead of the menu definition in place, you can of course also call a custom function to define the menu - this is especially helpful where certain sequences shall be re-used in multiple places.
     372All controller menus which are not defined in {{{s3_menu_dict}}} fall back to the standard definition in {{{S3OptionsMenu}}} in {{{modules/s3menus.py}}}. Instead of the menu definition in place, you can of course also call a custom function to define the menu - this is especially helpful where certain sequences shall be re-used in multiple places.
    373373
    374374Options 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.