class fwt::WebBrowser
sys::Obj fwt::Widget fwt::WebBrowser
WebBrowser is used to display HTML text or view a URL.
- back
-
This back()Navigate to the previous session history.
- forward
-
This forward()Navigate to the next session history.
- load
-
Navigate to the specified URI.
- loadStr
-
Load the given HTML into the browser.
- onHyperlink
-
EventListeners onHyperlink()Callback when the user clicks a hyperlink. The callback is invoked before the actual hyperlink. The event handler can modify the
datafield with a new Uri or set to null to cancel the hyperlink. This callback is not called if explicitly loaded via theloadmethod.Event id fired:
Event fields:
Event.data: theUriof the new page.
- refresh
-
This refresh()Refresh the current page.
- stop
-
This stop()Stop any load activity.