WHITE PAPERS  |  PRICING  |  DOWNLOADS

 

username

password

 

 

 

 

 

 

 

 

 

 

  Server Edition Details  

 

  > Features  

  > Key Benefits  

  > Screenshots  

  > Standards Supported  

  > Pricing  

  > Download Now

 

 

  Developer Resources  

 

  > API Documentation  

  > Developers Guide  

  > Code Examples  

  > Updated Builds  

  > Technical Articles  

 

 

 

 

 

Jump to:

General WebRenderer Functions

  WebRenderer example code base.

 

Advanced WebRenderer functions

 

Application test examples

 

Deploying WebRenderer

WebRenderer DOM

  

  

 

Navigation with WebRenderer

 

 

 

WebRenderer Navigation

IBrowserCanvas browser = BrowserFactory.spawnMozilla();
//Initial URL
browser.loadURL("http://www.google.com");
//Second URL
browser.loadURL("http://www.webrenderer.com");

Using the BACK function

browser.goBack();

Using the FORWARD function

browser.goForward();

Testing if the browser can navigate BACK

boolean cangoback = browser.canGoBack();

Testing if the browser can navigate FORWARD

boolean cangoforward = browser.canGoForward();
 
Close Up


The canGoBack and canGoForward functions are useful for normal browser button coloring. If a user cannot navigate back then buttons can be disabled to reflect this.

  top

 

 

 Sun, Sun Microsystems, and the Sun Logo are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries 

Privacy Policy  |   Disclaimer