Trace: • Startup Request Properties
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
flutterui:url_params [2023/02/22 07:32] admin removed |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~Title: URL parameters~~ | ||
- | ~~NOTRANS~~ | ||
- | ~~NOPDF~~ | ||
- | We support following URL parameters: | ||
- | |||
- | mobileOnly=true|false | ||
- | |||
- | Don't use layout for bigger screens. Phone and/or Tablet mode. | ||
- | |||
- | webOnly=true|false | ||
- | |||
- | Use layout for bigger screens. Tablet and/or Browser mode. | ||
- | | ||
- | baseUrl=https:// | ||
- | |||
- | Sets the base URL. | ||
- | | ||
- | appName=demo | ||
- | | ||
- | Set the application name. | ||
- | | ||
- | username= | ||
- | | ||
- | Sets the user name. | ||
- | |||
- | password= | ||
- | | ||
- | Sets the password. | ||
- | |||
- | language=en | ||
- | | ||
- | Sets the default language. |