Changes between Version 13 and Version 14 of TEXT_CHAINING_BEHAVIOUR_R1


Ignore:
Timestamp:
09/16/09 13:02:45 (16 years ago)
Author:
milen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_CHAINING_BEHAVIOUR_R1

    v13 v14  
    2929      * If the text frame is a middle one it has two unchain halos: at bottom right and top left. 
    3030      * If the text frame is the last one it has one unchain halo at top left but it also have chain halo at bottom right. 
    31       In this way selecting a frame a user can know if the frame is first, middle or last one. 
     31      * In this way selecting a frame a user can know if the frame is first, middle or last one. 
    3232    * Implement unchaining of frames 
    3333          * User should be able to unchain chained frames by clicking a halo button. This halo buttons should have crossed arrow icon. 
     
    4646 
    4747== Implementation idea == 
    48  * When the text overflows use the arrow at the bottom to chain the text frame to another one and the overflowed text will appear in the new chained text frame. The arrow should appear only when the frame is selected and there are no other frames linked with the first one. If the frame is linked to other frame the unchain halo is available instead of chain halo. 
     48 * When the text overflows use the arrow at the bottom to chain the text frame to another one and the overflowed text will appear in the new chained text frame. The arrow should appear only when the frame is selected and there are no other frames linked with the first one. If the frame is linked to other frame the unchain halo is available instead of chain halo at bottom right. If other frame is linked to the current one unchain halo is available at top left. 
    4949 * Linking and unlinking should be done by halo buttons: 
    5050 
     
    5656 
    5757== How to demo == 
    58  1. Chain four frames on a page. 
    59  2. Show the halos - first three frames should have only unchain halos. Last frame should have chain halo. 
     58 1. Chain four text frames on a page. 
     59 2. Show the halos - first frame should have an unchain halo at bottom right, second and third frames should have two unchain halos at top left and bottom right and the last frame should have unchain halo at top left and chain halo at bottom right. 
    6060 3. Unchain the third frame. 
    6161 4. Show that the other frames remain chained.