Skip to content

Commit 125cbaa

Browse files
authored
Merge pull request #5308 from SkylineCommunications/shorter-app-titles
Shorter app titles
2 parents a548730 + 006043e commit 125cbaa

32 files changed

+59
-59
lines changed

dataminer/Functions/DOM/tutorials/DOM_Create_Basic_Setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ namespace Tutorial
149149

150150
Create a low-code app to visualize your DOM setup:
151151

152-
1. Create a low-code app as detailed under [Creating low-code applications](xref:Creating_custom_apps).
152+
1. Create a low-code app as detailed under [Creating apps](xref:Creating_custom_apps).
153153

154154
1. Drag the DOM definition onto the canvas: *"Object Manager Definitions" > "people_app" > "PersonDomDefinition"*.
155155

dataminer/Functions/Dashboards_and_Low_Code_Apps/Dashboards_app/Creating_and_configuring_dashboards/Changing_dashboard_settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ uid: Changing_dashboard_settings
5454
1. Click the pencil icon again to leave edit mode.
5555

5656
> [!NOTE]
57-
> The settings for a page or panel of a custom low-code app can be configured in the same way as those for a dashboard. See [Configuring a page of a low-code app](xref:LowCodeApps_page_config) or [Configuring a panel of a low-code app](xref:LowCodeApps_panel_config).
57+
> The settings for a page or panel of a custom low-code app can be configured in the same way as those for a dashboard. See [Configuring an app page](xref:LowCodeApps_page_config) or [Configuring an app panel](xref:LowCodeApps_panel_config).
5858
5959
> [!TIP]
60-
> See also: [Changing low-code app settings](xref:Changing_low-code_app_settings)
60+
> See also: [Changing app settings](xref:Changing_low-code_app_settings)

dataminer/Functions/Dashboards_and_Low_Code_Apps/Low_Code_Apps/Creating_custom_apps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: Creating_custom_apps
33
---
44

5-
# Creating low-code applications
5+
# Creating apps
66

77
> [!NOTE]
88
> To view, add, edit, delete, or publish low-code applications, you need to have the necessary user permissions under [Modules > User-definable apps](xref:DataMiner_user_permissions#modules--user-definable-apps) as well as the [DataMiner web apps](xref:DataMiner_user_permissions#general--dataminer-web-apps) user permission.
@@ -37,9 +37,9 @@ uid: Creating_custom_apps
3737
1. Add and configure the necessary [pages](xref:LowCodeApps_page_config), [panels](xref:LowCodeApps_panel_config), and [events](xref:LowCodeApps_event_config) for the app.
3838

3939
> [!TIP]
40-
> To configure the settings for pages and panels in a low-code app, see [Changing low-code app settings](xref:Changing_low-code_app_settings).
40+
> To configure the settings for pages and panels in a low-code app, see [Changing app settings](xref:Changing_low-code_app_settings).
4141
42-
1. To customize who can access or edit the application, see [Configuring security for a low-code app](xref:LowCodeApps_security_config).
42+
1. To customize who can access or edit the application, see [Configuring app security](xref:LowCodeApps_security_config).
4343

4444
1. When your app is ready, click the ![Publish](~/dataminer/images/AppPublishIcon.png) icon in the header bar to save your changes and publish it.
4545

dataminer/Functions/Dashboards_and_Low_Code_Apps/Low_Code_Apps/Deleting_custom_apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: Deleting_custom_apps
33
---
44

5-
# Deleting a low-code application
5+
# Deleting an app
66

77
You can delete a low-code app from within the app or from the DataMiner landing page.
88

dataminer/Functions/Dashboards_and_Low_Code_Apps/Low_Code_Apps/Editing_custom_apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: Editing_custom_apps
33
---
44

5-
# Editing a low-code application
5+
# Editing an app
66

77
You can begin editing a low-code app from within the app or from the DataMiner landing page. If you want to edit a draft app, make sure the draft applications are shown: click the cogwheel button on the landing page and activate *Show draft applications*.
88

dataminer/Functions/Dashboards_and_Low_Code_Apps/Low_Code_Apps/Low-Code_Apps_configuration/Changing_low-code_app_settings.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
uid: Changing_low-code_app_settings
33
---
44

5-
# Changing low-code app settings
5+
# Changing app settings
66

77
The general settings of a low-code app include the [actions that get triggered when the app is opened](#having-an-event-triggered-when-the-app-is-opened), which are configured on application level, and the [general settings for pages and panels](#configuring-the-settings-for-a-page-of-panel), which need to be configured for each specific low-code app page or panel.
88

99
> [!TIP]
10-
> For information on how to configure which users can access or edit an app, see [Configuring security for a low-code app](xref:LowCodeApps_security_config).
10+
> For information on how to configure which users can access or edit an app, see [Configuring app security](xref:LowCodeApps_security_config).
1111
1212
## Having an event triggered when the app is opened
1313

@@ -20,13 +20,13 @@ From DataMiner 10.4.0 [CU19]/10.5.0 [CU7]/10.5.10 onwards<!-- RN 43350 -->, you
2020

2121
To configure such an event:
2222

23-
1. Make sure the low-code app is in edit mode. See [Editing a low-code application](xref:Editing_custom_apps).
23+
1. Make sure the low-code app is in edit mode. See [Editing an app](xref:Editing_custom_apps).
2424

2525
1. Click the ellipsis button ("...") in the top-right corner and select *App settings*.
2626

2727
1. Next to *On open*, click *Configure actions*.
2828

29-
1. Configure the actions as detailed under [Configuring low-code app events](xref:LowCodeApps_event_config).
29+
1. Configure the actions as detailed under [Configuring app events](xref:LowCodeApps_event_config).
3030

3131
Note that an "On app open" event currently has the following limitations:
3232

@@ -36,7 +36,7 @@ Note that an "On app open" event currently has the following limitations:
3636

3737
## Configuring the settings for a page of panel
3838

39-
1. Make sure the low-code app is in edit mode. See [Editing a low-code application](xref:Editing_custom_apps).
39+
1. Make sure the low-code app is in edit mode. See [Editing an app](xref:Editing_custom_apps).
4040

4141
1. Select a page in the leftmost pane of the app editor. If you want to edit the panel settings, open the *panels* section in the page configuration pane.
4242

dataminer/Functions/Dashboards_and_Low_Code_Apps/Low_Code_Apps/Low-Code_Apps_configuration/LowCodeApps_Layout.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: LowCodeApps_Layout
33
---
44

5-
# Configuring the low-code app layout
5+
# Configuring the app layout
66

77
## Customizing the icon and color of an app
88

@@ -28,7 +28,7 @@ To create a new theme, see [Creating a new theme for a low-code app page](#creat
2828

2929
### Applying an existing theme to a low-code app page
3030

31-
1. Make sure the low-code app page is in edit mode and no components are selected. See [Editing a low-code application](xref:Editing_custom_apps).
31+
1. Make sure the low-code app page is in edit mode and no components are selected. See [Editing an app](xref:Editing_custom_apps).
3232

3333
1. In the panel on the right, select the *Layout* pane.
3434

@@ -40,7 +40,7 @@ To create a new theme, see [Creating a new theme for a low-code app page](#creat
4040

4141
### Creating a new theme for a low-code app page
4242

43-
1. Make sure the low-code app page is in edit mode and no components are selected. See [Editing a low-code application](xref:Editing_custom_apps).
43+
1. Make sure the low-code app page is in edit mode and no components are selected. See [Editing an app](xref:Editing_custom_apps).
4444

4545
1. In the panel on the right, select the *Layout* pane.
4646

dataminer/Functions/Dashboards_and_Low_Code_Apps/Low_Code_Apps/Low-Code_Apps_configuration/LowCodeApps_earlier_version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: LowCodeApps_earlier_version
33
---
44

5-
# Retrieving an earlier version of a low-code app
5+
# Retrieving an earlier app version
66

77
When you make changes to an existing low-code app, the previous version will be kept in the system. Up to 15 versions of an app can be stored this way.
88

dataminer/Functions/Dashboards_and_Low_Code_Apps/Low_Code_Apps/Low-Code_Apps_configuration/LowCodeApps_event_config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
uid: LowCodeApps_event_config
33
---
44

5-
# Configuring low-code app events
5+
# Configuring app events
66

77
You can configure actions for different types of events in DataMiner Low-Code Apps. These are the main types:
88

9-
- *On open*: This event takes place when an app, a page, or a panel is opened. See [Changing low-code app settings](xref:Changing_low-code_app_settings), [Configuring a page of a low-code app](xref:LowCodeApps_page_config), or [Configuring a panel of a low-code app](xref:LowCodeApps_panel_config).
9+
- *On open*: This event takes place when an app, a page, or a panel is opened. See [Changing app settings](xref:Changing_low-code_app_settings), [Configuring an app page](xref:LowCodeApps_page_config), or [Configuring an app panel](xref:LowCodeApps_panel_config).
1010

1111
> [!NOTE]
1212
> Prior to DataMiner 10.3.0 [CU16]/10.4.0 [CU4]/10.4.7<!--RN 39604 + 39682 + 39636-->, this type of event is only available for low-code app pages and is called "On page load".
1313
> Prior to DataMiner 10.4.0 [CU12]/10.5.3<!--RN 42039-->, this type of event only executes its actions when all components are done loading. This also includes the components that need scrolling down to be loaded.
1414
15-
- *On click*: This event takes place when a user clicks a button. (See [Configuring the header bar of a low-code app page](xref:LowCodeApps_header_config).)
15+
- *On click*: This event takes place when a user clicks a button. (See [Configuring the app header bar](xref:LowCodeApps_header_config).)
1616

1717
- *On close*: Available from DataMiner 10.3.0 [CU16]/10.4.0 [CU4]/10.4.7 onwards<!--RN 39604 + 39682 + 39668-->. This event takes place when a page or panel is closed.
1818

dataminer/Functions/Dashboards_and_Low_Code_Apps/Low_Code_Apps/Low-Code_Apps_configuration/LowCodeApps_header_config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: LowCodeApps_header_config
33
---
44

5-
# Configuring the header bar of a low-code app page
5+
# Configuring the app header bar
66

77
When you are configuring an app in the Low-Code Apps module, you can configure the header bar for each page and panel. Such a header bar consists of different buttons, which can be used to execute actions or show a drop-down menu with additional buttons.
88

@@ -22,7 +22,7 @@ To configure a header bar:
2222

2323
1. Expand the *Events* section for the header bar in the page configuration pane, and click the configuration button to the right of *On click*.
2424

25-
1. Select and configure the action(s) that should be triggered when the button is clicked. See [Configuring low-code app events](xref:LowCodeApps_event_config).
25+
1. Select and configure the action(s) that should be triggered when the button is clicked. See [Configuring app events](xref:LowCodeApps_event_config).
2626

2727
1. Add and configure additional buttons if needed.
2828

0 commit comments

Comments
 (0)