Skip to content

Commit 1921c1d

Browse files
authored
Merge pull request #6164 from MicrosoftDocs/main
Publishing React controls and platform library content
2 parents 2f18735 + 92818f0 commit 1921c1d

File tree

76 files changed

+579
-448
lines changed

Some content is hidden

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

76 files changed

+579
-448
lines changed

powerapps-docs/developer/component-framework/manifest-schema-reference/code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ ms.subservice: pcf
66
ms.author: jdaly
77
author: noazarur-microsoft
88
manager: kvivek
9-
ms.date: 03/12/2022
9+
ms.date: 03/26/2022
1010
ms.reviewer: jdaly
1111

1212
ms.suite: ""
1313
ms.tgt_pltfrm: ""
14-
ms.topic: "article"
14+
ms.topic: "reference"
1515
applies_to:
1616
- "Dynamics 365 (online)"
1717
- "Dynamics 365 Version 9.x"

powerapps-docs/developer/component-framework/manifest-schema-reference/control.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ ms.subservice: pcf
66
ms.author: jdaly
77
author: noazarur-microsoft
88
manager: kvivek
9-
ms.date: 03/12/2022
9+
ms.date: 03/26/2022
1010
ms.reviewer: jdaly
11-
12-
ms.suite: ""
13-
ms.tgt_pltfrm: ""
14-
ms.topic: "article"
11+
ms.topic: "reference"
1512
applies_to:
1613
- "Dynamics 365 (online)"
1714
- "Dynamics 365 Version 9.x"
@@ -31,7 +28,7 @@ Model-driven and canvas apps
3128
|--|--|--|--|--------|
3229
|`namespace`|Defines the object prototype of the component|[!INCLUDE [alphanumerictype-description](includes/alphanumerictype-description.md)]|Yes|Model-driven and canvas apps |
3330
|`constructor`|A method for initializing the object|[!INCLUDE [alphanumerictype-description](includes/alphanumerictype-description.md)]|Yes|Model-driven and canvas apps |
34-
|`control-type`|Standard|[!INCLUDE [controltype-description](includes/controltype-description.md)]|No|Model-driven and canvas apps |
31+
|`control-type`|Whether the control is a standard control or a React control. The value of `virtual` indicates a React control using platform React library. Virtual controls are a feature in public preview. More information: [React controls & platform libraries (Preview) ](../react-controls-platform-libraries.md)|[!INCLUDE [controltype-description](includes/controltype-description.md)]|No|Model-driven and canvas apps |
3532
|`description-key`|Defines the description of the component that will be seen on the UI.|`string`|No|Model-driven and canvas apps |
3633
|`display-name-key`|Defines the name of the control that is displayed on the UI.|`string`|Yes|Model-driven and canvas apps |
3734
|`preview-image`|Image that will be used on the customization screens to show a preview of the component.|`string`|No|Model-driven apps|
@@ -69,4 +66,4 @@ Model-driven and canvas apps
6966
[Power Apps component framework overview](../overview.md)
7067

7168

72-
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]
69+
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]

powerapps-docs/developer/component-framework/manifest-schema-reference/css.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ ms.subservice: pcf
66
ms.author: jdaly
77
author: noazarur-microsoft
88
manager: kvivek
9-
ms.date: 03/12/2022
9+
ms.date: 03/26/2022
1010
ms.reviewer: jdaly
11-
12-
ms.suite: ""
13-
ms.tgt_pltfrm: ""
14-
ms.topic: "article"
11+
ms.topic: "reference"
1512
applies_to:
1613
- "Dynamics 365 (online)"
1714
- "Dynamics 365 Version 9.x"

powerapps-docs/developer/component-framework/manifest-schema-reference/data-set.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ ms.subservice: pcf
66
ms.author: jdaly
77
author: noazarur-microsoft
88
manager: kvivek
9-
ms.date: 03/12/2022
9+
ms.date: 03/26/2022
1010
ms.reviewer: jdaly
11-
12-
ms.suite: ""
13-
ms.tgt_pltfrm: ""
14-
ms.topic: "article"
11+
ms.topic: "reference"
1512
applies_to:
1613
- "Dynamics 365 (online)"
1714
- "Dynamics 365 Version 9.x"

powerapps-docs/developer/component-framework/manifest-schema-reference/feature-usage.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ ms.subservice: pcf
66
ms.author: jdaly
77
author: noazarur-microsoft
88
manager: kvivek
9-
ms.date: 03/12/2022
9+
ms.date: 03/26/2022
1010
ms.reviewer: jdaly
11-
12-
ms.suite: ""
13-
ms.tgt_pltfrm: ""
14-
ms.topic: "article"
11+
ms.topic: "reference"
1512
---
1613

1714
# feature-usage element
@@ -32,7 +29,7 @@ Model-driven apps
3229

3330
|Element|Description|Available for|
3431
|--|--|-----|
35-
|[uses-feature](uses-feature.md)|Indicates which feature their components want to use.|Model-driven apps|
32+
|[uses-feature](uses-feature.md)|[!INCLUDE [uses-feature-description](includes/uses-feature-description.md)]|Model-driven apps|
3633

3734

3835
## Example

powerapps-docs/developer/component-framework/manifest-schema-reference/html.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
---
22
title: HTML Element | Microsoft Docs
3-
description:
3+
description: Use HTML web resources to create user interface elements for client extensions.
44
keywords:
55
ms.subservice: pcf
66
ms.author: jdaly
77
author: noazarur-microsoft
88
manager: kvivek
9-
ms.date: 03/12/2022
9+
ms.date: 03/26/2022
1010
ms.reviewer: jdaly
11-
12-
ms.suite: ""
13-
ms.tgt_pltfrm: ""
14-
ms.topic: "article"
11+
ms.topic: "reference"
1512
applies_to:
1613
- "Dynamics 365 (online)"
1714
- "Dynamics 365 Version 9.x"

powerapps-docs/developer/component-framework/manifest-schema-reference/img.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ ms.subservice: pcf
66
ms.author: jdaly
77
author: noazarur-microsoft
88
manager: kvivek
9-
ms.date: 03/12/2022
9+
ms.date: 03/26/2022
1010
ms.reviewer: jdaly
11-
12-
ms.suite: ""
13-
ms.tgt_pltfrm: ""
14-
ms.topic: "article"
11+
ms.topic: "reference"
1512
applies_to:
1613
- "Dynamics 365 (online)"
1714
- "Dynamics 365 Version 9.x"
Original file line numberDiff line numberDiff line change
@@ -1,19 +1 @@
1-
---
2-
title: AlphaNumericTypes | Microsoft Docs
3-
description:
4-
keywords:
5-
ms.subservice: pcf
6-
ms.author: nabuthuk
7-
manager: kvivek
8-
ms.date: 10/01/2019
9-
10-
ms.suite: ""
11-
ms.tgt_pltfrm: ""
12-
ms.topic: "article"
13-
applies_to:
14-
- "Dynamics 365 (online)"
15-
- "Dynamics 365 Version 9.x"
16-
ms.assetid: 65746161-1195-4e05-ad45-b88299998bb6
17-
---
18-
191
Only letters or numbers
Original file line numberDiff line numberDiff line change
@@ -1,19 +1 @@
1-
---
2-
title: BooleanType | Microsoft Docs
3-
description:
4-
keywords:
5-
ms.subservice: pcf
6-
ms.author: nabuthuk
7-
manager: kvivek
8-
ms.date: 10/01/2019
9-
10-
ms.suite: ""
11-
ms.tgt_pltfrm: ""
12-
ms.topic: "article"
13-
applies_to:
14-
- "Dynamics 365 (online)"
15-
- "Dynamics 365 Version 9.x"
16-
ms.assetid: 2dc2f848-1cee-4997-a34d-a0f9b895c85f
17-
---
18-
191
`true` or `false`
Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1 @@
1-
---
2-
title: Code | Microsoft Docs
3-
description:
4-
keywords:
5-
ms.subservice: pcf
6-
ms.author: nabuthuk
7-
manager: kvivek
8-
ms.date: 10/01/2019
9-
10-
ms.suite: ""
11-
ms.tgt_pltfrm: ""
12-
ms.topic: "article"
13-
applies_to:
14-
- "Dynamics 365 (online)"
15-
- "Dynamics 365 Version 9.x"
16-
ms.assetid: 60f0ddb1-ff47-4d1f-ab6c-35bcd4e4cf51
17-
---
18-
191
Refers to the path where the resource files are located.

0 commit comments

Comments
 (0)