Changes between Version 7 and Version 8 of BOOK_HTML_EXPORT_R0
- Timestamp:
- 06/03/09 19:10:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_HTML_EXPORT_R0
v7 v8 52 52 * These will also be extensions of the MasterPersister. 53 53 * Will create a Persister implementation named HthlPersister for converting from a storage tree to HTML file. It will have a schema as follows - "storage|text:html|html". It will create an XHTML file and a directory containing the resources - current only the images. It will also be registerred as an extension to the MasterPersister. 54 * Exporting to HTML will be done from the file menu. An ExportAsHtmlItem will represent a menu item which when clicked fires an event that will be handled in a HthmlLogic.54 * Exporting to HTML will be done from the file menu. An [source:branches/private/peko/peko2/modules/org.sophie2.extra.func.html/src/main/java/org/sophie2/extra/func/html/ExportAsHtmlItem.java ExportAsHtmlItem] will represent a menu item which when clicked fires an event that will be handled in a [source:branches/private/peko/peko2/modules/org.sophie2.extra.func.html/src/main/java/org/sophie2/extra/func/html/HtmlLogic.java HtmlLogic]. 55 55 * The logic will eventually show a dialog and prompt the user to export the book to a file. 56 56