Skip to content

Commit c02d698

Browse files
committed
Revising per 2258784
1 parent 0327c03 commit c02d698

File tree

4 files changed

+6
-63
lines changed

4 files changed

+6
-63
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@
11161116
href: ./model-driven-apps/create-edit-quick-view-forms.md
11171117
- name: "Create a card form"
11181118
href: ./model-driven-apps/create-card-forms.md
1119-
- name: Form editor overview
1119+
- name: Use the classic form editor
11201120
href: ./model-driven-apps/form-editor-user-interface-legacy.md
11211121
items:
11221122
- name: Form properties overview

powerapps-docs/maker/model-driven-apps/form-editor-user-interface-legacy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ search.app:
1818
---
1919
# Overview of the model-driven app form editor user interface
2020

21+
This article describes the classic form editor. We recommend that you use the modern form designer to create and edit your model-driven app forms. More information: [Overview of the model-driven form designer](form-designer-overview.md)
22+
2123
The form editor displays commands in three tabs: **File**, **Home**, and **Insert**.
2224

2325
- [File tab](#file-tab)

powerapps-docs/maker/model-driven-apps/sub-grid-properties-legacy.md

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -19,45 +19,9 @@ search.app:
1919
- PowerApps
2020
- D365CE
2121
---
22-
# Sub-grid properties for model-driven app main forms overview
22+
# Sub-grid properties for model-driven app main forms
2323

24-
You can configure a sub-grid on a form to display a list of rows.
25-
26-
You can access **Sub-Grid properties** from the Power Apps site.
27-
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
28-
29-
2. Expand **Data**, select **Tables**, select the table that you want, and then select the **Forms** tab.
30-
31-
3. In the list of forms, open a form of type **Main**, and then select **Components**.
32-
33-
4. From the Components pane, select **Subgrid**.
34-
35-
> [!div class="mx-imgBorder"]
36-
> ![Select sub-grid views](media/sub-grid-views.png "Select sub-grid views")
37-
38-
5. In **Table**, select a table whose rows you want to display in the sub-grid. The **Table** drop-down list is filtered to list only tables that are related to the current table.
39-
40-
6. In **Default view**, select a default view for the sub-grid. The is the view of the table selected in the Table property that will be used to get and display the list of rows in the sub-grid.
41-
42-
7. Select **Show related rows** to display only rows related to the current row that is displayed on the form.
43-
44-
8. Select **Done** to add the sub-grid to the form. The properties of the sub-grid appear in the Properties pane.
45-
46-
> [!div class="mx-imgBorder"]
47-
> ![sub-grid properties](media/newform-designer-sub-grid-properties.png "sub-grid properties")
48-
49-
|Property|Description|
50-
|--------------|-----------------|
51-
|**Name**|**Required**: The unique name for the sub-grid that is used when referencing it in scripts. The name can contain only alphanumeric characters and underscores.|
52-
|**Label**|**Required**: The localizable label for the sub-grid visible to users.|
53-
|**Hide label**|Whether the label should be displayed on the form. This is required if you enable **Display Search Box**. You can also choose to have the panel header color.|
54-
|**Hide on phone**|Specify whether the section should be available on phone.|
55-
|**Show related rows**| Sub-grid will display only rows related to the current row.<br /> If you do not select this property, the sub-grid will display rows filtered only by the default view or, if the view selector is enabled, any views the user chooses.<br /><br /> The option you choose will affect the behavior of the show list control. More information: [Show list behavior](#show-list-behavior) |
56-
|**Table**|Depending on the option you choose for **Show related rows**, this list displays either:<br /><br /> - Only related rows: A list of tables that are related to this table with the name of the lookup column on that table which defines the relationship in parentheses.<br />- All row types: A list of all tables.|
57-
|**Default view**|Choose the view that will be applied by default. If you do not enable any other views using the **View Selector** property. This will be the only view.<br /><br /> Use the **Edit** button to open the default view for editing. Use the **New** button to create a new view to use for this sub-grid.|
58-
|**Allow users to change view**|When selected, app users can change from the Default view to another view of the table selected in the Table property.|
59-
60-
## Sub-grid properties for model-driven app main forms: Classic
24+
This article describes the classic form editor. We recommend that you use the modern form designer to create and edit sub-grids for your model-driven app forms. More information: [Add and configure a subgrid component on a form](form-designer-add-configure-subgrid.md)
6125

6226
You can configure a sub-grid on a form using the classic form designer to display a list of rows or a chart. Select **Show Chart Only** on the **Display** tab to show a chart instead of a list.
6327

powerapps-docs/maker/model-driven-apps/tab-properties-legacy.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,7 @@ search.app:
2121
---
2222
# Tab properties for model-driven app forms overview
2323

24-
In the body of a form, tabs provide horizontal separation. Tabs have a label that can be displayed. If the label is displayed, tabs can be expanded or collapsed to show or hide their content by choosing the label.
25-
26-
Tabs contain up to three columns and the width of each column can be set to a percentage of the total width. When you create a new tab, each column is pre-populated with a section.
27-
28-
You can access **Tab properties** from the Power Apps site.
29-
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
30-
31-
2. Expand **Data**, select **Tables**, select the table that you want, and then select the **Forms** tab.
32-
33-
3. In the list of forms, open the form of type **Main**. Then select one of the tabs on the form to view the tab properties.
34-
35-
|Property|Description|
36-
|--------------|-----------------|
37-
|**Tab label**|**Required**: The localizable label for the tab visible to users.|
38-
|**Name**|**Required**: The unique name for the tab that is used when referencing it in scripts. The name can contain only alphanumeric characters and underscores.|
39-
|**Expand this tab by default**|The tab state can toggle between expanded or collapsed using form scripts or by people selecting the label. Choose the default state for the tab.|
40-
|**Hide tab**|Showing the tab is optional and can be controlled using scripts. Choose whether to make the tab visible. More information: [Visibility options](visibility-options-legacy.md)|
41-
|**Hide on phone**|Choose if you want the tab to be available on the phone. For a condensed version of this form on phone screens, you can hide the tab.|
42-
|**Formatting**|Tabs may have up to three columns. Use these options to set the number of tabs and what percentage of the total width they should fill.|
43-
44-
> [!div class="mx-imgBorder"]
45-
> ![tab-properties](media/newform-tab-properties.png "Tab properties")
46-
47-
## Tab properties for model-driven app main forms: Classic
24+
This article describes the classic form editor. We recommend that you u se the modern form designer to add and edit tabs for your model-driven app forms. More information: [Add, configure, move, or delete tabs on a form](add-move-or-delete-tabs-on-form.md)
4825

4926
These are the properties available to configure when using a tab on a form using the classic form designer. The following table shows properties that you can set for tabs on the form:
5027

0 commit comments

Comments
 (0)