Changes between Version 3 and Version 4 of TEXT_RESOURCE_HTML_R0
- Timestamp:
- 06/19/09 13:57:13 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_RESOURCE_HTML_R0
v3 v4 5 5 = Analysis = 6 6 7 User should be able to import html text as a resource. Most of the html tags and styles should be applied to the resulting text.8 For example if there is a <b> tag - a corresponding bold style should be added for the resulting HotText. This style sholud be applied till9 </b> tag is met in the html document. The resulting text could have non-corresponding nesting of tags (example: <b><i></b></i>) due to the noncorresponding nesting in html.10 11 7 == Overview == 8 User should be able to import html as a resource. When inserted on the stage the resource should appear as text frame containing the information form the html file. Most of the html tags and styles should be applied to the resulting text. A message that warns the user for eventual data lost, should appear. 9 * For example if there is a <b> tag - a corresponding bold style should be added for the resulting HotText. This style sholud be applied till 10 </b> tag is met in the html document. 11 * The resulting text could have non-corresponding nesting of tags (example: <b><i></b></i>) due to the noncorresponding nesting in html. 12 As almost all resources this one should have origin(the origin url) and reload functionality(all edits should be lost when reloading - user should be notified for this) 12 13 14 15 == Task requirements == 13 16 * Provide "HTML Document..." in the Insert menu. 14 17 * Provide a chooser for the html files. 15 18 * Provide a "plain" resulting HotText from the html file resource, meaning that no styles or tags will be applied yet. 16 17 == Task requirements ==18 ^(List the necessary requirements that the task must fulfill.)^19 19 20 20 == Task result == … … 26 26 27 27 == Related == 28 ^(Add links to related tasks that could be useful or helpful.)^ 28 [wiki:BOOK_HTML_EXPORT_R0] 29 29 30 30 == How to demo == 31 ^(Provide instructions for demonstration of the task.)^ 31 * Run the application 32 * Create a new book 33 * Go to insert menu and select insert html file 34 * Chose simple html file to be imported on the stage 32 35 33 36 = Design =