Changes between Version 35 and Version 36 of S3/S3Navigation
- Timestamp:
- 03/05/12 20:41:01 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Navigation
v35 v36 293 293 These layout classes (as well as additional layouts) are defined in {{{modules/eden/layouts.py}}} and can be customized there. 294 294 295 == Eden StandardMenus ==295 == Customizing Eden Menus == 296 296 297 297 For the trunk version of Sahana Eden, all menu definitions have been implemented as functions in two classes: … … 329 329 330 330 }}} 331 332 === Custom Modules Menu === 331 333 332 334 The 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.: … … 365 367 366 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. 369 370 === Custom Options Menus === 367 371 368 372 To customize a controller menu, you can override the standard menu in the s3_menu_dict, e.g.: