Changes between Version 3 and Version 4 of TEXT_RESOURCE_HTML_R0


Ignore:
Timestamp:
06/19/09 13:57:13 (16 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_RESOURCE_HTML_R0

    v3 v4  
    55= Analysis = 
    66 
    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 till 
    9 </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     
    117== Overview == 
     8User 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. 
     12As 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) 
    1213 
     14 
     15== Task requirements == 
    1316 * Provide "HTML Document..." in the Insert menu. 
    1417 * Provide a chooser for the html  files. 
    1518 * 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.)^ 
    1919 
    2020== Task result == 
     
    2626 
    2727== Related == 
    28 ^(Add links to related tasks that could be useful or helpful.)^ 
     28[wiki:BOOK_HTML_EXPORT_R0] 
    2929 
    3030== 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  
    3235 
    3336= Design =