Changes between Version 38 and Version 39 of S3/S3Navigation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Navigation

    v38 v39  
    332332=== Custom Modules Menu ===
    333333
    334 The first section of models/01_menu.py defines the application main menu ("modules" menu). In the trunk version, this invokes the respective definition methods of '''S3MainMenu'''. To customize the main menu, you can simply comment the standard option and replace it by a custom definition, e.g.:
     334The first section of {{{models/01_menu.py}}} defines the application main menu ("modules" menu). In the trunk version, this invokes the respective definition methods of the {{{S3MainMenu}}} class in {{{modules/eden/menus.py}}}.
     335
     336To customize the main menu, you can simply comment the respective standard option and replace it by a custom menu definition, e.g.:
    335337
    336338{{{
     
    366368This example uses the {{{homepage}}} helper function to define a {{{MM}}} instance out of the module's nice name setting in 000_config.
    367369
    368 Mind the trailing commas! Note that you do not need to check for module activation - this happens automatically in check_active: items linked to deactivated controllers will automatically be deactivated.
     370Mind the trailing commas! Note that you do not need to check for module activation - this happens automatically in {{{check_active}}}: items linked to deactivated controllers will automatically be deactivated.
    369371
    370372=== Custom Options Menus ===