Changes between Version 7 and Version 8 of TEXT_CHAINING_BEHAVIOUR_R1
- Timestamp:
- 09/15/09 13:23:34 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_CHAINING_BEHAVIOUR_R1
v7 v8 34 34 * The unchain halo should present when the frame is part of a chain and is not the last one in the chain. Otherwise chain halo should present. 35 35 * Deleting a text frame which is part of linked text frames deletes the frame and: 36 * If the frame is the first one in the chain, then the frame and all the text in the chain is deleted but the text is saved in Resources . The links between the others are saved as if there are not modified pages, having only empty text frames, these pages are deleted without loosing the links in the chain. 36 * If the frame is the first one in the chain, then the frame and all the text in the chain is deleted but the text is saved in Resources . The links between the others are saved as if there are not modified pages, having only empty text frames, these pages are deleted without loosing the links in the chain. If all the pages are not modified and they have only empty frames the first page is not deleted. 37 37 * If the frame is a middle frame in the chain, then in case of no destructing the links between the frames before and after the deleted frame link them, save the links between the other frames in the new created chain and save the text. 38 38 * If the frame is the last one then the frame is deleted without destroying the chain before it and the text in the chain is saved. … … 54 54 55 55 == How to demo == 56 ^(Provide instructions for demonstration of the task.)^ 56 1. Chain four frames on a page. 57 2. Show the halos - first three frames should have only unchain halos. Last frame should have chain halo. 58 3. Unchain the third frame. 59 4. Show that the other frames remain chained. 60 5. Delete the second frame. 61 6. Show that after the frame is deleted the other two frames remain chained. 57 62 58 63 = Design =