Changes between Version 13 and Version 14 of BROWSER_CONTENT_BASIC_R3
- Timestamp:
- 09/07/09 18:22:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BROWSER_CONTENT_BASIC_R3
v13 v14 13 13 * The browser content must appear inside the created frame 14 14 * 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. 16 17 * (optional) a possibility to turn on/off the status bar is a good idea 17 18 * When the browser frame is active it must behave just like a browser … … 25 26 26 27 == Implementation idea == 27 This is a sample picture of how should browser frame mustlook like[[BR]]28 This is a sample picture of how should browser frame look like[[BR]] 28 29 [[Image(content1.png)]][[BR]] 29 30 Use Qt implementation of WebKit to create a browser and C++ and Java wrappers for communication.