Changes between Version 3 and Version 4 of BOOK_BOTTOM_PANEL_R0


Ignore:
Timestamp:
10/08/08 12:04:40 (17 years ago)
Author:
fire4o
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_BOTTOM_PANEL_R0

    v3 v4  
    77 * The book bottom panel is located in the bottom of the book window.  
    88 * There can be different bottom panels.  
    9  * The panel acts as a container for different elements controling what is displayed in the book window. 
    10  * The panel should allow attaching and detachiong of controls. 
     9 * The panel acts as a container for different elements controlling what is displayed in the book window. 
     10 * The panel should allow attaching and detaching of controls. 
    1111 * The panel should change its appearance according to the contained controls. 
    1212 
     
    1515 
    1616At this revision: 
    17 [[BR]]Revise the panel. Modularize it and extract the extensions. The Analisys should be made carefully. 
     17[[BR]]Revise the panel. Modularize it and extract the extensions. The Analysis should be made carefully. 
    1818== Task requirements == 
    1919 * Make the panel use extensions of the !BookBottomPanelElement extension point of the book window 
    20  * Keep the existing controls statically linked. They will be extracted as extensions in a different modul later. 
     20 * Keep the existing controls statically linked. They will be extracted as extensions in a different module later. 
    2121 
    2222== Task result ==