The Webview micro-app is a generic micro-app that allows employees to view a public internet available webpage within ONE.
Configuring the Webview micro-app
- First you need to assign the “Sitrion.Webview” micro-app to the role the users you want to communicate will be assigned to.
- You need to configure a URL which should be opend by the micro-app
- See section about available configuration options
Available configuration options
Configuration options are set in the application instance configuration form.
Configuration option name |
Expected |
Description |
Url |
String |
URL to the given website needs to be incl. https |
Title |
String (Localizable) |
Title of the micro-app. If empty, the app title of the micro-app itself will be used |
OpenExternal |
True or False |
If the url should be opened in an external browser of in the internal browser. It’s often recommended to choose the external browser as some webpages might not be able to get rendered in a good way internally |
InfoLabel |
String (Localizable) |
A lable which will be shown in the micro-app if OpenExternal is true |
Localizable configuration elements
Some configuration elements are localizable. That means you can specify a different text for depending on the current language of the user. If you wish to localize the text of one of the options you just add “.[language code]” at the end of the parameter name. Always keep a version without localization as this will serve as default and add the same parameter with the extra language code for other languages.
Ex : TextFormat = default, TextFormat.fr = French.
Comments
0 comments
Please sign in to leave a comment.