Changes between Version 24 and Version 25 of TEXT_AUTO_CHAIN_BEHAVIOUR_R1


Ignore:
Timestamp:
09/10/09 15:24:01 (16 years ago)
Author:
milen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_AUTO_CHAIN_BEHAVIOUR_R1

    v24 v25  
    1818   * 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. 
    1919  * 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. 
    2121 * 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:  
    2222  * 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). 
     
    5151 
    5252== How to demo == 
    53  * Creating a page and a similar frame when overflow 
    54531. Create a new book.[[BR]] 
    55542. Insert a frame in it.[[BR]] 
    56553. Choose an Auto chain for the frame.[[BR]] 
    57564. Overflow by writing in the frame.[[BR]] 
    58  
    5957Expected 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 
     585.Insert a new frame on the first page.  
     59Expected 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.  
    6260= Design = 
    6361^(Describe your design here.)^