Embed the web interface
- Last UpdatedJun 07, 2024
- 1 minute read
Embedding the Water Loss application URL in the web browser control.
For example,
The following are the URL parameters and options:
-
To Hide navigation and topBar:
-
?hideNavBar=true&hideTopBar=true
-
Example: https://demo.wlm.one/map/?hideNavBar=true&hideTopBar=true
-
-
To Show navigation and topBar:
-
?hideNavBar=false&hideTopBar=true
-
Example: https://demo.wlm.one/map/?hideNavBar=false&hideTopBar=true
-
-
To change theme to dark:
-
#darkMode=true
-
Example: https://demo.wlm.one/map/?hideNavBar=true&hideTopBar=true#darkMode=true
-
-
To change theme to normal:
-
#darkMode=false
-
Example: https://demo.wlm.one/map/?hideNavBar=true&hideTopBar=true#darkMode=false
Note: After completing all the configuration procedures for Water Loss, ensure to redeploy the galaxy. For more information, refer Galaxy Deployment.
-