Changes between Version 5 and Version 6 of EMBEDDED_BOOKS_CONTENT_R1


Ignore:
Timestamp:
09/21/09 14:31:58 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EMBEDDED_BOOKS_CONTENT_R1

    v5 v6  
    77Books can be part of other books 
    88== Task requirements == 
     9 
    910 * Implement truly embedded books.  
    1011 * "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.  
    1514 * 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 
    1620== Task result == 
    1721Code 
    1822== Implementation idea == 
    19 ^(Provide some rough implementation idea(s).)^ 
     23Add 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.   
    2024 
    2125== Related == 
    22 ^(Add links to related tasks that could be useful or helpful.)^ 
     26[wiki:GROUP_EMBEDDED_BOOKS_R0] 
    2327 
    2428== How to demo == 
    2529 * Insert two books, one linked and one truly embedded 
    2630 * 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) 
    2832 
    2933= Design =