Changes between Version 5 and Version 6 of ANCHORING_MODE_COMMONS_R0


Ignore:
Timestamp:
08/04/09 14:48:11 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ANCHORING_MODE_COMMONS_R0

    v5 v6  
    1111== Task requirements == 
    1212 
    13  * When the anchoring halo is dropped in an admissible point the anchoring hud should be displayed. 
    14   
    15  * The hud should allow choice between the six different anchoring modes – CHARACTER, INLINE, LINE, PARAGRAPH, FRAME and PAGE.   
    16  
    17  * The anchoring mode should be kept along with the anchoring point.   
     13 * Create anchor halo. It should be draggable and clickable halo.  
     14 * Create anchor HUD with two dropdowns - Frame and position 
     15  * Frame defines to which frame will this be anchored and position - to which position of the text. 
     16 * When a frame is attached to a position, when position is moved the frame is moved with the same offset. 
     17 * The frame can be moved by the user 
    1818 
    1919== Task result == 
     
    2121 
    2222== Implementation idea == 
    23 Create enum for the six different modes. Add a value property mode into the FrameView of the anchored frame so that for the different modes its position could be calculated  accordingly. 
    24   
     23 
     24 
    2525== Related == 
    2626 [wiki:ANCHOR_HALO_R0][[BR]] 
    27  [wiki:ANCHORING_MODE_PAGE_R0][[BR]] 
    2827 
    2928== How to demo == 
    3029 
    31  * Drag and drop the anchoring halo in admissible point and show the anchoring modes hud.  
     30 * Create a book, insert text frame, type in some text 
     31 * Insert second frame, click anchor halo, select the first frame from the dropdown and position 3 for example 
     32 * Move cursor in position 1 and type in some more text. 
    3233 
    3334= Design =