Changes between Version 4 and Version 5 of BASE_MENUS_R0


Ignore:
Timestamp:
12/24/08 02:33:02 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_MENUS_R0

    v4 v5  
    88 
    99== Overview == 
    10 We need a module that handles menus and menu registration.  This module should allow plugins to register their menu items.   
     10 
     11Create 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.     
    1112 
    1213== Task requirements == 
     
    1617 * Menubars should sort menus by the sort key 
    1718 * Refactor menu creation code in org.sophie2.main.view.menus [wiki:APP_BASIC_MENUS_R0] 
     19 * Document the new library 
    1820 
    1921== Task result == 
     
    3234== How to demo == 
    3335 
    34  * Show the new menus 
     36 * Show the documentation for the menu library 
    3537 * Show how to create a menu, menu item and register them through the extension point 
    3638