Changes between Version 50 and Version 51 of S3/S3Navigation
- Timestamp:
- 04/29/13 12:52:40 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Navigation
v50 v51 370 370 }}} 371 371 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.372 All 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. 373 373 374 374 Options 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.