Changes between Version 24 and Version 25 of TEXT_AUTO_CHAIN_BEHAVIOUR_R1
- Timestamp:
- 09/10/09 15:24:01 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_AUTO_CHAIN_BEHAVIOUR_R1
v24 v25 18 18 * If there are some text frames(not one) on the page and the last frame overflow then a new page with the same number, location, size and style of the linked text frames is created and the new created frames are linked in the same way as in the previous page and they are linked with the last one of the first page. 19 19 * If there is unlinked text frame on the same page, auto chaining links with it. If the unlinked frames are more than one the link is with the earliest added one. 20 * If there are two pages which have text frames that are linked and if a new text frame is inserted to the first one then this frame should be linked after the last frame on the first page and before the first frame on the second page. 20 * If there are two pages which have text frames that are linked and if a new text frame is inserted to the first one then this frame should be linked after the last frame on the first page and before the first frame on the second page. After the linking between the frame in the first page and the new inserted frame, in case of saving to a certain extent the old link, the new inserted frame becomes automatically auto chain and it is linked to the frame in the second page. 21 21 * Deleting a text frame which is part of linked text frames and is not the last one of them deletes the frame, don't destruct the links between the others and open a PopUp for asking if the text in the frame to be saved: 22 22 * If the answer is "yes" the text in the frame is reordered in the next frames in the line(in need a new frame as last one is created in the appropriate way). … … 51 51 52 52 == How to demo == 53 * Creating a page and a similar frame when overflow54 53 1. Create a new book.[[BR]] 55 54 2. Insert a frame in it.[[BR]] 56 55 3. Choose an Auto chain for the frame.[[BR]] 57 56 4. Overflow by writing in the frame.[[BR]] 58 59 57 Expected behavior: A new page with a frame with the same properties as the first one (position, size, background etc.) should be create and it should be linked the overflowed one. 60 61 * asd 58 5.Insert a new frame on the first page. 59 Expected behavior: The first frame with auto chain option is automatically chained to the new inserted frame and then the new inserted frame automatically changes from not chained to auto chain and links to the frame in the second page. 62 60 = Design = 63 61 ^(Describe your design here.)^