Changes between Version 35 and Version 36 of S3/S3Navigation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Navigation

    v35 v36  
    293293These layout classes (as well as additional layouts) are defined in {{{modules/eden/layouts.py}}} and can be customized there.
    294294
    295 == Eden Standard Menus ==
     295== Customizing Eden Menus ==
    296296
    297297For the trunk version of Sahana Eden, all menu definitions have been implemented as functions in two classes:
     
    329329
    330330}}}
     331
     332=== Custom Modules Menu ===
    331333
    332334The first section 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.:
     
    365367
    366368Mind 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.
     369
     370=== Custom Options Menus ===
    367371
    368372To customize a controller menu, you can override the standard menu in the s3_menu_dict, e.g.: