
WebBrowser is used to display HTML text or view a URL.
Slots
- back
-
This back()
Navigate to the previous session history.
-
static internal Str backId := "back"
- forward
-
This forward()
Navigate to the next session history.
-
static internal Str forwardId := "forward"
- load
-
Navigate to the specified URI.
-
static internal Str loadId := "load"
- refresh
-
This refresh()
Refresh the current page.
-
static internal Str refreshId := "refresh"
- stop
-
This stop()
Stop any load activity.
-
static internal Str stopId := "stop"