Browser
Introduction
The Browser tag currently only works in the SWT XUL implementation, though it should be easy to implement in GWT using an IFrame.
Properties
Property |
Fires Events |
Possible Values |
Notes |
---|---|---|---|
src (String) |
No |
 |
 |
showtoolbar (bool) |
No |
 |
 |
Methods
String getData() - return the value stored in Window.status.
forward()
back()
home()
reload()
stop()
execute(String) - Execute Javascript
Sample Usage
<browser src="http://www.pentaho.com"/>