Changes between Initial Version and Version 1 of ANCHORING_MODE_COMMONS_R0


Ignore:
Timestamp:
01/23/09 23:22:58 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ANCHORING_MODE_COMMONS_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=ANCHORING_MODE_COMMONS_R0, format=table,  col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 
     4 
     5= Analysis = 
     6 
     7== Overview == 
     8 
     9There are six different anchoring modes defining the way a frame should move according to the frame it is anchored to.    
     10 
     11== Task requirements == 
     12 
     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.   
     18 
     19== Task result == 
     20The result of this task is source code.   
     21 
     22== Implementation idea == 
     23Create 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  
     25==Related== 
     26 
     27* [wiki: ANCHORING_HALO_R0] 
     28* [wiki: ANCHORING_MODE_PAGE_R0] 
     29 
     30== How to demo == 
     31 
     32 * Drag and drop the anchoring halo in admissible point and show the anchoring modes hud.  
     33 
     34= Design = 
     35 
     36 
     37= Implementation = 
     38^(Implementation results should be described and linked here (from the wiki or the repository))^ 
     39 
     40= Testing = 
     41 
     42= Comments = 
     43^(Write comments for this or later revisions here.)