Changes between Version 4 and Version 5 of BASE_MENUS_R0
- Timestamp:
- 12/24/08 02:33:02 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_MENUS_R0
v4 v5 8 8 9 9 == Overview == 10 We need a module that handles menus and menu registration. This module should allow plugins to register their menu items. 10 11 Create a menu library that allows plugins to add menus and menu items. The library should have an extension point that allows a plugin to register itself and be queried for menus and menu items. 11 12 12 13 == Task requirements == … … 16 17 * Menubars should sort menus by the sort key 17 18 * Refactor menu creation code in org.sophie2.main.view.menus [wiki:APP_BASIC_MENUS_R0] 19 * Document the new library 18 20 19 21 == Task result == … … 32 34 == How to demo == 33 35 34 * Show the new menus36 * Show the documentation for the menu library 35 37 * Show how to create a menu, menu item and register them through the extension point 36 38