[[BackLinksMenu]] [[TicketQuery(summary=BOOK_HTML_EXPORT_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] = Analysis = == Overview == User should be able to export Sophie 2 Book as html file. == Task requirements == * Provide prototype that exports book to html file. * Add 'Export as HTML' button in the file menu that evoke dialog window who allows the users to select the name of the html file. * The entire book should be exported as single html file in this revision. * Multiple html export as well as export single page should be consider in the next revision. * Links and timlines will not be preserved for now. * Images should be exported. * See if we could export firs frame of the movie as image in this revision. == Task result == * The result should be code. == Implementation idea == * Export every page as div tag with needed attributes (width, height etc.). * Export every frame as div tag (child of the page div) * Use absolute positioning for div tags. == Related == == How to demo == * Run the application * Create new book * Insert few frames as well as few pages * Export the book as html * Open the html file in some web browser. = Design = ^(Describe your design here.)^ = Implementation = ^(Describe and link the implementation results here (from the wiki or the repository).)^ = Testing = ^(Place the testing results here.)^ = Comments = ^(Write comments for this or later revisions here.)