Changes between Version 5 and Version 6 of EMBEDDED_BOOKS_CONTENT_R1
- Timestamp:
- 09/21/09 14:31:58 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EMBEDDED_BOOKS_CONTENT_R1
v5 v6 7 7 Books can be part of other books 8 8 == Task requirements == 9 9 10 * Implement truly embedded books. 10 11 * "Book" menu item in the "Insert" menu should trigger a submenu that offers "Embedded" and "Linked" options. 11 * The embedded and linked books should not be interactive in author mode. 12 * Optional : A content halo should trigger a HUD that gives the opportunity to choose whether the controls will be visible and which page will be shown at the first opening 13 ** Content halo should appear inside the bounding rectangle, on click, with 10px right and top offset from the click. 14 ** Volume control slider for the embedded book. 12 * The embedded and linked books should not be interactive in author mode 13 * In reader mode the controls for switching pages should be active. 15 14 * Embedded books should be shown in embedded books palette. Linked embedded books should be shown with a prefix "[Linked]". Double clicking an embedded book from the palette should open it for editing. 15 16 * Optional : A content halo should trigger a HUD that gives the opportunity to choose whether the controls will be visible and which page will be shown at the first opening [[BR]] 17 * Content halo should appear inside the bounding rectangle, on click, with 10px right and top offset from the click. [[BR]] 18 * Volume control slider for the embedded book. [[BR]] 19 16 20 == Task result == 17 21 Code 18 22 == Implementation idea == 19 ^(Provide some rough implementation idea(s).)^ 23 Add an option for real embedded book in the menu and when chosen create a child book resource of the current book. Then create a frame whose main resource is the newly created book. 20 24 21 25 == Related == 22 ^(Add links to related tasks that could be useful or helpful.)^ 26 [wiki:GROUP_EMBEDDED_BOOKS_R0] 23 27 24 28 == How to demo == 25 29 * Insert two books, one linked and one truly embedded 26 30 * Open them for editing in the palette. 27 * Show hud and remove controls for one of the books 31 * Show hud and remove controls for one of the books (optional) 28 32 29 33 = Design =