Changes between Version 1 and Version 2 of ANNOTATIONS_DISPLAY_R0


Ignore:
Timestamp:
01/20/09 14:03:41 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ANNOTATIONS_DISPLAY_R0

    v1 v2  
    88 
    99== Overview == 
    10  
     10Annotations are tools which can be used for adding notes and highlights. They are displayed in a tab in the right flap. 
    1111 
    1212== Task requirements == 
    13 ^(Necessary requirements that the task must fulfill.)^ 
     13Create a new Annotations tab in the right flap. 
     14 
     15Annotations can be modified in Edit and Reader mode. 
     16 
     17Cut-Copy-Paste-Delete functionality should be provided. 
    1418 
    1519== Task result == 
     
    1721 
    1822== Implementation idea == 
    19 ^(It is advisable to include some rough implementations ideas.)^ 
     23 * Create a package org.sophie2.main.view.layout.right.annotations with class AnnotationsTab. 
     24 * Create providers for the tab and add it in the MainViewModule. 
    2025 
    2126== Related == 
     
    2328 
    2429== How to demo == 
    25  
     30 * Run Sophie2 
     31 * Click on the Annotations tab in the right flap 
    2632 
    2733= Design =