Changes between Version 16 and Version 17 of PAGE_STRUCTURE_PALETTE_R0
- Timestamp:
- 10/28/09 12:49:21 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PAGE_STRUCTURE_PALETTE_R0
v16 v17 13 13 * Create a tree, according to the following requirements: 14 14 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. 16 16 * 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 21 22 * Children are arranged by their Z-order, starting from highest (front-most). 22 23 * When the user selects something on the page it is selected in that tree and vice versa. 23 24 * 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. 26 26 * A scroll bar is available in case of long tree structure. 27 27 == Task result ==