Skip to content

Tabs and bookmarks

Use WBP_InternetBrowser when you need tabs out of the box instead of a single Internet Browser widget.

flowchart TB
  Root[WBP_InternetBrowser]
  Tabs[Tab button box]
  Viewport[Active WBP_InternetBrowserContent]
  Root --> Tabs
  Root --> Viewport
  Viewport --> IB[UInternetBrowser]
  Viewport --> Bar[Bookmark + history panels]
  1. Add WBP_InternetBrowser to viewport (or inside Draggable Window).
  2. Set Initial URL on the root widget.
  3. Pre-fill Bookmarks in Details or call Add Bookmark To Browser Widgets at runtime.
ActionFunction on WBP_InternetBrowser
New tabAdd New Tab
Close tabClose Tab
Ctrl+Tab styleGet Next Tab / Get Previous Tab
Sync bookmarkAdd Bookmark To Browser Widgets

Each WBP_InternetBrowserContent exposes Get Internet Browser Widget for direct Load URL / delegate binding on the active tab.

SettingValue
Show Whitelist Onlytrue
Whitelist WebsitesYour allowed domains
Only HTTPStrue
Enable Historyfalse (optional)