ABOUT US

|

SUPPORT

|

BLOG

DOWNLOADS    

 

 

 

 


 

 

Basic examples included with the WebRenderer SDK

 

 

 

 

 

 

Summary of each example (examples located in Examples/Basic/):

SimpleBrowser
* This code shows how to create a simple browser using WebRenderer. The
* browser loads any URL entered in the text field.

LoadHTML
* TestBrowser demonstrating the use of LoadHTML.

LoadInterceptExample
* TestBrowser demonstrating the use of BrowserListener.onLoadIntercept.

SaveBrowser
* TestBrowser demonstrating saving pages as HTML and PNG images

ExecuteScriptExample
* TestBrowser that uses executeScript to run Javascript code.

MouseEvent
* This code shows how to intercept the mouse events...
*  - onClick
*  - onMouseDown
*  - onMouseUp
*  - onDoubleClick
* All output is to the console window. 

NetworkEventExample
* WebRenderer tutorial code, 'NetworkEventExample'.
* This code demonstrates the use of a NetworkListener to handle network events.
* Output is to the console. 

BrowserListenerExample
* This example shows use of the BrowserListener. 

PromptListener
* TestBrowser demonstrating the PromptListner

PopupWindowExample
* TestBrowser demonstrating the use of custom popup windows.

 

 

 Copyright � JadeLiquid Software - www.jadeliquid.com