Changes between Version 3 and Version 4 of TEXT_CHAINING_BEHAVIOUR_R0
- Timestamp:
- 04/07/09 15:28:48 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_CHAINING_BEHAVIOUR_R0
v3 v4 9 9 * There should be opportunity for the user to have multiple flows from different text frames. 10 10 * The user should be able to point witch text frame is linked with current flow and witch is not. 11 * There should be automatic linking when flow text frame is used. 11 * There should be automatic linking when flow text frame is used. See more at [wiki:TEXT_AUTO_CHAIN_BEHAVIOUR_R0] 12 12 * If there is no other flow text frame on the page and the text overflows, than the next page is created with flow text frame that have the same properties as the first one. The bought frames are linked. 13 13 * If the user adds 2 flow text frames to the current page, they should be linked as the default behavior. However user should have the ability to break the linking. … … 17 17 18 18 == Task requirements == 19 * Create a prototype of text chaining behavior with automatic linking.19 * Create a prototype of text chaining behavior. Allow two or more text frames to be linked. 20 20 21 21 == Task result == … … 23 23 24 24 == Implementation idea == 25 ^(Provide some rough implementation idea(s).)^ 25 * When the text overflows use arrow at the bottom to indicate it. The arrow should appear only when the frame is selected and there are no other frames linked with linked with the first one. 26 * When they are two or more linked text frames on one page. Indicate the linking with two arrows (one at the bottom of the first one and one at the top of second one, with the same color) or with line(drawn from the bottom of the first frame to the top of the second). This should only be visible when the frame is selected. 27 * Linking and un-linking should be done by halo buttons. See more at [wiki:TEXT_CHAIN_HALOS_R0] 26 28 27 29 == Related == 28 [wiki:TEXT_FRAME_SCROLLBARS_R0] 29 [wiki:TEXT_AUTO_CHAIN_BEHAVIOUR_R0] 30 [wiki:TEXT_AUTO_CHAIN_MULTI_FLOW_R0] 30 [wiki:TEXT_FRAME_SCROLLBARS_R0][[BR]] 31 [wiki:TEXT_AUTO_CHAIN_BEHAVIOUR_R0][[BR]] 32 [wiki:TEXT_AUTO_CHAIN_MULTI_FLOW_R0][[BR]] 33 [wiki:TEXT_CHAIN_HALOS_R0] 31 34 32 35 == How to demo == … … 34 37 * Create a book 35 38 * Place flow text frame inside the first page and populate text that overflows (http://www.lipsum.com/) 36 * See if second page is created with text frame inside 37 * Place second flow text frame on the first page and check if the application acts as it supposed to 39 * Create a second text frame and link it with the first one 40 * Text should appear in the second one. 41 * If selected the link indicators should appear. 38 42 39 43 = Design =