Trace: • Setting Default Values
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
applications:application_properties [2021/07/06 08:29] admin |
applications:application_properties [2023/02/16 08:55] (current) admin |
||
---|---|---|---|
Line 55: | Line 55: | ||
<Application.Menu.ToolBar.small>false</Application.Menu.ToolBar.small> | <Application.Menu.ToolBar.small>false</Application.Menu.ToolBar.small> | ||
<Application.Menu.exit.visible /> | <Application.Menu.exit.visible /> | ||
- | <Application.Menu.changePassword.visible> | + | <Application.Menu.changePassword.visible>true</Application.Menu.changePassword.visible> |
- | true | + | |
- | </Application.Menu.changePassword.visible> | + | |
<!-- true, false --> | <!-- true, false --> | ||
<Application.Menu.undo.visible /> | <Application.Menu.undo.visible /> | ||
<Application.Menu.redo.visible /> | <Application.Menu.redo.visible /> | ||
+ | <Application.Menu.logout.visible /> | ||
+ | <Application.Menu.save.visible /> | ||
+ | <Application.Menu.reload.visible /> | ||
+ | | ||
+ | <Application.Menu.home.visible /> | ||
+ | <Application.Menu.usersettings.visible /> | ||
<Application.Desktop.image> | <Application.Desktop.image> | ||
Line 195: | Line 199: | ||
If true, the login dialog won't be shown automatically. The user has to click the login button. This mode can be used for applications with content for anonymous content. | If true, the login dialog won't be shown automatically. The user has to click the login button. This mode can be used for applications with content for anonymous content. | ||
- | |||
- | **Application.Login.saveAuthentication** | ||
- | |||
- | If true, the login will be saved with a specific unique identifier. | ||
**Application.Login.autologin** | **Application.Login.autologin** | ||
Line 247: | Line 247: | ||
If false, the redo button won't be shown. | If false, the redo button won't be shown. | ||
+ | |||
+ | **Application.Menu.logout.visible** | ||
+ | |||
+ | If false, the logout button won't be shown. | ||
+ | |||
+ | **Application.Menu.save.visible** | ||
+ | |||
+ | If false, the save button won't be shown. | ||
+ | |||
+ | **Application.Menu.reload.visible** | ||
+ | | ||
+ | If false, the reload button won't be shown. | ||
+ | |||
+ | **Application.Menu.home.visible*** | ||
+ | |||
+ | If false, the home button won't be shown. This feature is not available in all UIs. | ||
+ | |||
+ | **Application.Menu.usersettings.visible** | ||
+ | |||
+ | If false, the usersettings button won't be shown. | ||
**Application.MenulToolBar.small** | **Application.MenulToolBar.small** |