Changes between Version 12 and Version 13 of PAGE_STRUCTURE_DISPLAYING_R0
- Timestamp:
- 06/25/09 18:18:24 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PAGE_STRUCTURE_DISPLAYING_R0
v12 v13 22 22 * For this revision it is not required the tree to allow editing. 23 23 24 * When the user selects something on the page it is selected in that tree and vice versa. 24 * When the user selects something on the page it is selected in that tree and vice versa. //TODO: also in the resource palette, but we should change the way items are selected 25 25 * When the user switches to another page/book, the palette is automatically updated. 26 26 27 * Nodes should have icons - for page, text, image, video, group, etc.27 * In next revisions nodes should have icons - for page, text, image, video, group, etc. 28 28 29 29 * The tree should allow expanding/collapsing of subtrees. … … 50 50 51 51 = Design = 52 52 * Class {{{PageStructurePalette}}} 53 * extends {{{PanelPalette}}} 54 * in {{{org.sophie2.main.app.layout.left.pages}}} 53 55 54 56 = Implementation =