Changes between Version 13 and Version 14 of BROWSER_CONTENT_BASIC_R3


Ignore:
Timestamp:
09/07/09 18:22:09 (16 years ago)
Author:
milen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BROWSER_CONTENT_BASIC_R3

    v13 v14  
    1313 * The browser content must appear inside the created frame 
    1414    * most of the frames are going to be smaller than the browser content, so a scrollbars must appear when this is necessary. 
    15     * a status bar for the page must be displayed in the bottom of the frame 
     15    * all the HALOs for the frames should exist in the HALOs' strip.  
     16    * a content HALO for inserting the link should be available too. 
    1617    * (optional) a possibility to turn on/off the status bar is a good idea  
    1718 * When the browser frame is active it must behave just like a browser 
     
    2526 
    2627== Implementation idea == 
    27 This is a sample picture of how should browser frame must look like[[BR]] 
     28This is a sample picture of how should browser frame look like[[BR]] 
    2829[[Image(content1.png)]][[BR]] 
    2930Use Qt implementation of WebKit to create a browser and C++ and Java wrappers for communication.