Changes between Version 5 and Version 6 of ANCHORING_MODE_COMMONS_R0
- Timestamp:
- 08/04/09 14:48:11 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ANCHORING_MODE_COMMONS_R0
v5 v6 11 11 == Task requirements == 12 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.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 18 18 19 19 == Task result == … … 21 21 22 22 == 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 25 25 == Related == 26 26 [wiki:ANCHOR_HALO_R0][[BR]] 27 [wiki:ANCHORING_MODE_PAGE_R0][[BR]]28 27 29 28 == How to demo == 30 29 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. 32 33 33 34 = Design =