Skip to content

Commit 5d682f2

Browse files
authored
Merge branch 'main' into charankasu-patch-1
2 parents 060475e + 4d5bff6 commit 5d682f2

File tree

1,897 files changed

+38766
-9794
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,897 files changed

+38766
-9794
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ _repo.*/
77

88
.openpublishing.buildcore.ps1
99
settings.json
10+
.DS_Store
1011

1112
# Folder config file
1213
[Dd]esktop.ini

.openpublishing.redirection.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "powerapps-docs/maker/dev-community-plan.md",
5+
"redirect_url": "developer-plan",
6+
"redirect_document_id": "false"
7+
},
8+
{
9+
"source_path": "powerapps-docs/user/powerapps-mobile-troubleshoot.md",
10+
"redirect_url": "../mobile/powerapps-mobile-troubleshoot",
11+
"redirect_document_id": "false"
12+
},
13+
{
14+
"source_path": "powerapps-docs/maker/model-driven-apps/add-field-form.md",
15+
"redirect_url": "add-move-or-delete-fields-on-form",
16+
"redirect_document_id": "false"
17+
},
318
{
419
"source_path": "powerapps-docs/maker/portals/version-9.3.3.x.md",
520
"redirect_url": "versions/version-9.3.3.x",
@@ -6259,6 +6274,11 @@
62596274
"source_path": "powerapps-docs/sample-apps/return-to-workplace/app-for-employee.md",
62606275
"redirect_url": "/dynamics365/industry/return-to-workplace/app-for-employee",
62616276
"redirect_document_id": "false"
6277+
},
6278+
{
6279+
"source_path": "powerapps-docs/developer/data-platform/developer-resources-page.md",
6280+
"redirect_url": "/powerapps/developer/data-platform/view-download-developer-resources",
6281+
"redirect_document_id": "false"
62626282
}
62636283
]
62646284
}

powerapps-docs/developer/component-framework/add-custom-controls-to-a-field-or-entity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Following the steps below will change the default label and text box column of t
7272

7373
10. Select **Save and Close** to close the form editor.
7474

75-
## Add code component to an table
75+
## Add code component to a table
7676

7777
To add a code component like data-set component or simple table component to a grid or view, follow the steps below:
7878

powerapps-docs/developer/component-framework/code-components-model-driven-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The [create your first code component](implementing-controls-using-typescript.md
3030

3131
## Add code components to model-driven apps
3232

33-
To add code components to a column or an table in model-driven apps, see [Add code components to model-driven apps](add-custom-controls-to-a-field-or-entity.md).
33+
To add code components to a column or a table in model-driven apps, see [Add code components to model-driven apps](add-custom-controls-to-a-field-or-entity.md).
3434

3535
> [!div class="mx-imgBorder"]
3636
> ![Add linear slider control](../../maker/model-driven-apps/media/add-slider.PNG "Add linear slider control")

powerapps-docs/developer/component-framework/custom-controls-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: "Use the Power Apps component framework to create code components t
44
manager: kvivek
55
ms.date: 09/05/2019
66
ms.service: "powerapps"
7+
ms.custom: "intro-internal"
78
ms.topic: "article"
89
ms.assetid: 135481cd-4583-4e49-8f58-02f32a9b054a
910
ms.author: "nabuthuk"

powerapps-docs/developer/component-framework/implementing-controls-using-typescript.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: "Learn how to implement code components using Power Apps component
44
manager: kvivek
55
ms.date: 04/01/2021
66
ms.service: "powerapps"
7+
ms.custom: "intro-internal"
78
ms.topic: "index-page"
89
ms.assetid: 18e88d702-3349-4022-a7d8-a9adf52cd34f
910
ms.author: "nabuthuk"
@@ -401,7 +402,7 @@ To add the code components to a canvas app, follow the steps in the article [Add
401402
[Download sample components](https://github.com/microsoft/PowerApps-Samples/tree/master/component-framework)<br/>
402403
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)<br/>
403404
[Update existing Power Apps component framework components](updating-existing-controls.md)<br/>
404-
[Microsoft Power Platform Build Tools](https://docs.microsoft.com/powerapps/developer/data-platform/build-tools-overview)<br/>
405+
[Microsoft Power Platform Build Tools](/powerapps/developer/data-platform/build-tools-overview)<br/>
405406
[Power Apps component framework API reference](reference/index.md)<br/>
406407
[Power Apps component framework overview](overview.md)
407408

powerapps-docs/developer/component-framework/manifest-schema-reference/includes/type-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ms.assetid: 41ea27ac-65b6-45a4-ae03-5f8d02dfc67b
3131
|SingleLine.TextArea|This format option can be used to display multiple lines of text. But with a limit of 4000 characters, the Multiple Lines of Text column is a better choice if large amounts of text are expected.|
3232
|SingleLine.Ticker|For most languages, the text will be enabled as a link to open the MSN Money website to show details about the stock price represented by the ticker symbol.For certain East Asian languages the window will open Bing search results for the ticker symbol.|
3333
|SingleLine.___URL|The text provides a hyperlink to open the page specified. Any text that does not begin with a valid protocol will have "https://" prepended to it.Only HTTP, HTTPS, FTP , FTPS, OneNote and TEL protocols are allowed in this column.|
34-
|Yes/No|This column provides two options. Each option has a number value of 0 or 1 corresponding to a false or true value. Each option also has a label so that true or false values can be represented as "Yes" and "No", "Hot" and "Cold", "On" and "Off" or any pair of labels you want to display.|
34+
|TwoOptions|This column provides two options. Each option has a number value of 0 or 1 corresponding to a false or true value. Each option also has a label so that true or false values can be represented as "Yes" and "No", "Hot" and "Cold", "On" and "Off" or any pair of labels you want to display.|
3535
|Whole.None|This option simply displays a number.|
3636

3737
## Value elements that are not supported

powerapps-docs/developer/component-framework/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ms.service: "powerapps"
99
ms.custom:
1010
- "dyn365-a11y"
1111
- "dyn365-developer"
12+
- "intro-internal"
1213
ms.topic: article
1314
ms.assetid: 7923e36d-3640-49f7-9f2f-c97358a632db
1415
ms.author: nabuthuk

powerapps-docs/developer/component-framework/sample-controls/angular-flip-control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Model-driven apps and canvas apps (public preview)
3838
</manifest>
3939
```
4040

41-
## overview
41+
## Overview
4242

4343
This sample provides examples on how to add dependencies for third-party libraries, showcasing how to perform data-binding between Power Apps component framework, component model and third-party inner data model in bi-direction.
4444

@@ -47,7 +47,7 @@ The flip component sample consists of a label and a button. When you click on th
4747
- When the component is loaded, the label shows the text based on the bind column value. The `context.parameters.[property_name].attributes` contains the associated definitions.
4848
- For Yes/No columns, `context.parameters.[property_name].Options` will include both true and false value.
4949
- Selecting on the Flip button, the label will update the value using **notifyOutputEvents** method, [getOutputs](../reference/control/getoutputs.md) method will be called asynchronously and will flow to Power Apps component framework.
50-
- ClientAPI updates the bind column value, and the updated value flows to the component label. You can also use `ClientAPI` to update an column value to trigger control's [updateView](../reference/control/updateview.md) method. The component then updates the third-party model and the label gets updated.
50+
- ClientAPI updates the bind column value, and the updated value flows to the component label. You can also use `ClientAPI` to update a column value to trigger control's [updateView](../reference/control/updateview.md) method. The component then updates the third-party model and the label gets updated.
5151

5252

5353
## Code

powerapps-docs/developer/component-framework/sample-controls/data-set-grid-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.assetid: 356561d0-a36b-4b93-8b76-3e1abf9414e9
1515

1616
# Implementing data-set component
1717

18-
This sample component shows how to change the user experience of interacting with the dataset. For example, you only see the home page grid on an table homepage as a table. You can build your code component that can display the data as per your choice. This sample shows the records as tiles instead of the regular tabular grid. You can download the sample component from [here](https://github.com/microsoft/PowerApps-Samples/tree/master/component-framework/TS_DataSetGrid).
18+
This sample component shows how to change the user experience of interacting with the dataset. For example, you only see the home page grid on a table homepage as a table. You can build your code component that can display the data as per your choice. This sample shows the records as tiles instead of the regular tabular grid. You can download the sample component from [here](https://github.com/microsoft/PowerApps-Samples/tree/master/component-framework/TS_DataSetGrid).
1919

2020
[!INCLUDE[cc-terminology](../../data-platform/includes/cc-terminology.md)]
2121

0 commit comments

Comments
 (0)