Changes between Version 16 and Version 17 of PAGE_STRUCTURE_PALETTE_R0


Ignore:
Timestamp:
10/28/09 12:49:21 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_STRUCTURE_PALETTE_R0

    v16 v17  
    1313 * Create a tree, according to the following requirements: 
    1414 
    15     * The root node of the displayed tree should be the current page. 
     15    * The root node of the displayed tree should be the current book. 
    1616    * Children nodes: 
    17           * Non grouped frames (display the name, for example "Frame A") 
    18           * Top-level groups 
    19                 * Groups are represented as a tree of frames and subgroups.  
    20     * Children nodes can be hidden and shown by a button located in front of the corresponding parent node 
     17          * Pages (display the name, "Frame A" and the identifier in brackets) 
     18                * Non grouped frames (display the name, for example "Frame A"; in brackets frame resource and frame size; for chained frames frame resource, chain name and frame size) 
     19                * Top-level groups (display the name, in brackets the identifier 
     20                      * Groups are represented as a tree of frames and subgroups.  
     21    * Children nodes can be hidden and shown by a plus located in front of the corresponding parent node 
    2122    * Children are arranged by their Z-order, starting from highest (front-most).  
    2223    * When the user selects something on the page it is selected in that tree and vice versa.  
    2324    * When the user switches to another page/book, the palette is automatically updated. 
    24     * Every node in the the displayed tree can be renamed and this new name is changed for the appropriate element. 
    25     * An element can be dragged up and down changing its Z order. 
     25    * Optional - An element can be dragged up and down changing its Z order. 
    2626    * A scroll bar is available in case of long tree structure.  
    2727== Task result ==