Use the Browser tile to display a web page in a Dashboard.
The Browser tile can be used to always display the same web page (Default URL) or it can be used to display web pages from data collected in doForms (Datagrid to connect).
- Name: The name of the tile.
-
Allowed domains: A list of website domains that can be opened by the Browser tile. This list must be specified when the menu is designed to ensure only valid web sites are opened by the tile.
- Do not include the scheme (http:// or https://)
-
If more than one domain is required, separate domains with a space:
example.com anotherexample.com
-
Use an asterisk to include subdomains. This value will match example.com and my.example.com:
*.example.com
-
Use a slash to include all paths that the value is a prefix of. This value will match example.com and example.com/api and example.com/api/users:
example.com/
-
Domains that do not end with a slash are matched exactly. This value will match example.com/api but will not match example.com/users:
example.com/api
- Default URL: Optional. A web page to open as soon as the Dashboard opens.
-
Datagrid to connect: Optional. A Datagrid tile that will contain web page URLs to open.
- URL field: The field in the Datagrid that contains a web page URL. When the user selects a row in the Datagrid tile, the Browser tile will load the web page set in the selected URL field. Note: Only URLs that match the Allowed domains option will be loaded.