Last modified 16 years ago
Last modified on 01/29/09 14:46:42
Analysis
Overview
Pages structure is displayed and edited by the page structure palette, which is part of the page tab in the left flap of the book window.
Task requirements
- The user should be able to change the frame title.
- The user should be able to drag up and down a frame changing its Z order.
- The user should be able to change visibility of the frames.
Task result
The result of this task is source code.
Implementation idea
Auto compute the Z order of a frame depending on its position it the page structure palettes list. Add a checkbox left to every frame`s title in the palette indicating whether the frame should be visible. Add a flag into the model too.
Related
How to demo
- Drag a frame to the highest position in the palette list and show that it is displayed over all frames in the page.
- Rename a frame in the palette and show how its title in the page also changes.
Design
Implementation
(Implementation results should be described and linked here (from the wiki or the repository))
Testing
Comments
(Write comments for this or later revisions here.)