Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Stores a password for later.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WebView | 6.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
Host | The host name. | "monkeybreadsoftware.com" | |
Name | The user name. | "admin" | |
Password | The password to use. | "890245456" | |
Persistence | Defines the persitance of the password. Can be Permanent, ForSession, Synchronizable or None. Default is none. |
"None" | Optional |
Returns OK or error.
Set password and open webpage asking for it:
Set Variable [$r; Value:MBS("WebView.Passwords.Install"; "web")]
Set Variable [$r; Value:MBS("WebView.Passwords.Set"; "192.168.2.103"; "admin"; "webcam123")]
Set Web Viewer [Object Name: "web"; URL: "http://192.168.2.103/main.htm"]
This function is free to use.
Created 24th June 2016, last changed 4th March 2023